- Guided Exercise: Find all words that don't use vowels
6
- Helpful cheat sheet to remember regex syntax in the real-world
7
- Matching words/patterns of a specific length {3,5}
8
- OR operator overview
9
- Guided Exercise: Match valid sentences starts with capital letter, ends with period
10
- Character classes overview \w, \b, \d, \s
11
- Escaping Characters
12
- Practice Exercise #1: Write a regular expression to match meme text format
13
- Practice Exercise #2: Write a regular expression to match a specific date format
14
- Groups overview
15
- Lookahead & Lookbehind Assertions
16
- Practice Exercise #3: Detect if same word pops up multiple times in a sentence
17
- Practice Exercise #4: Password matching with rules
18
- Some final recommendations! additional practice, chatgpt, etc.
Description:
Master the fundamentals of regular expressions in this comprehensive tutorial video. Explore essential concepts including character sets, quantifiers, metacharacters, character classes, groups, and lookahead/lookbehind assertions. Engage in practical exercises to reinforce your learning, such as finding words without vowels, matching specific date formats, and creating password validation rules. Gain valuable insights into regex syntax, pattern matching techniques, and real-world applications. By the end of this 1-hour 19-minute tutorial, develop the skills to effectively use regular expressions in your programming projects.
Complete Regular Expressions Tutorial - With Exercises for Practice