A look at using Regular Expressions (RegEx)

preview_player
Показать описание
In this video I wanted to explore RegEx as it's so powerful and can really change a lot of the different things we need to do.

🔎 Looking for content on a particular topic? Search the channel. If I have something it will be there!

▬▬▬▬▬▬ C H A P T E R S ⏰ ▬▬▬▬▬▬
0:00 - Introduction
1:58 - Basic letter matching
3:10 - Using . for any character
4:35 - Using character group [ ]
6:00 - Using groups ( ) and or |
7:50 - Not in the group ^
8:59 - Character ranges
13:10 - Start and end anchors ^ $
14:55 - Word checking \b
17:33 - One or more with +
20:00 - Zero or more with *
21:30 - Zero or one with ?
22:30 - Quantifiers { }
24:40 - Digit with \d and quantifiers
27:50 - Replacing parts of a string and group extraction
31:36 - Email validate checking
35:20 - Capturing and named capture
38:00 - Working with special characters
39:55 - Removing whitespace and forcing laziness
44:08 - Forcing lazy
48:00 - Possessive and atomic groups
50:05 - Lookahead and lookbehind
57:44 - Cheat sheet
59:05 - Example RegEx I use to scrap a document
1:01:05 - RegEx debug web tools
1:03:55 - Close

▬▬▬▬▬▬ K E Y L I N K S 🔗 ▬▬▬▬▬▬
► My demo file:
► Useful tools:
► RegEx Cheat Sheet:

▬▬▬▬▬▬ Want to learn more? 🚀 ▬▬▬▬▬▬
📖 Recommended Learning Path for Azure
🥇 Certification Content Repository
📅 Weekly Azure Update
☁ Azure Master Class
⚙ DevOps Master Class
💻 PowerShell Master Class
🎓 Certification Cram Videos
🧠 Mentoring Content
❔ Question about my setup?
👕 Cure Childhood Cancer Charity T-Shirt Channel Store

#microsoft #azure #johnsavillstechnicaltraining #doyouevenazure #onboardtoazure #cloud
Рекомендации по теме
Комментарии
Автор

As someone who has needed to test and debug existing regex code, this video was extremely helpful and not intimidating. Thank you!

At 28 mins there was a very brief moment where you walked through the example and drew boxes on the screen - however, the camera hides what is being explained. I mention it as I needed to pause and review a second time (as I didn't have the demo file loaded on another screen at that point). To be fair, the example is also visible in the video before and afterward.

Cryptopone
Автор

I couldn't think of anyone I'd rather see making a comprehensive Regex video to simplify it and help us understand, thank you John!

Rekke_yt
Автор

Hey everyone, welcome to another video about RegEx which is something I think everyone should understand! Please make sure to read the description for the chapters and key information about this video and others.

⚠ P L E A S E N O T E ⚠

🤔 I am no longer able to answer questions due to the sheer amount of comments on this channel. Sorry.
🔎 If you are looking for content on a particular topic search the channel. If I have something it will be there!
🕰 I don't discuss future content nor take requests for future content so please don't ask 😇

Thanks for watching!
🤙

NTFAQGuy
Автор

HELL YEAH! Regex saves my life every other day. I thought I was too dumb to understand any of it. xD Thanks John! Rock on. 🤘🤘🤘

lltagged
Автор

Really cool. Finally got it. Thank you!

cmabr
Автор

I feel targeted by this! ;) Great tutorial!

JonHatfield
Автор

The amount of times I’ve tried to learn regex over the decades. Now I may have a chance…

timmyb
Автор

Well, it's a John Savill Video, i have faith you will teach me the Arts of RegEx

Teramos