Regular Expressions are one of the fundamentals in Software Development, but at the same time, not the easiest technology to learn. And that's the inspiration behind the course.
/ I'll help you understand Regular Expressions 😉 /g
This course is available on my YouTube channel as a playlist.
Outline
Here is the written version of the course
- IntroLet's finally understand everything about regex. ...
- TermsWhen it comes to regular expressions, here are so...
- Your first RegexHow to create a regular expression and test it on...
- FlagsHere, we look 4 common flags used in regular expr...
- Regex EnginesHere's how Backtracking Regex Engines work for ex...
- Character ClassLearn about Character Classes, and see how to use...
- Negated Character ClassLearn about Negated Character Classes, and see ho...
- QuantifiersssssLearn about Quantifiers, and see how to use them ...
- Meta CharactersLearn about Meta Characters, and see how to use t...
- Special CharactersLearn about Special Characters, and see how to us...
- String ValidationHow to use the beginning and ending special chara...
- Capturing GroupsGroup characters in regular expressions with capt...
- BackreferencesRefer to captured groups using backreferences in ...
- Repeated Words ExampleHere we learn how to use backreferences in apturi...
- AlternationAlternate between characters in your patterns
- LookaroundMatch substrings that have other substrings aroun...
- LookaheadMatch substrings that have other substrings after...
- LookbehindMatch substrings that have other substrings befor...