If playback doesn't begin shortly, try restarting your device.
•
You're signed out
Videos you watch may be added to the TV's watch history and influence TV recommendations. To avoid this, cancel and sign in to YouTube on your computer.
CancelConfirm
Share
An error occurred while retrieving sharing information. Please try again later.
9,165 views • Jun 7, 2022 • #azure #johnsavillstechnicaltraining #cloud
Show less
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 …...more