Complete Regular Expressions Tutorial - With Exercises for Practice

Complete Regular Expressions Tutorial - With Exercises for Practice

Keith Galli via YouTube Direct link

- Video overview & topics covered

1 of 18

1 of 18

- Video overview & topics covered

Class Central Classrooms beta

YouTube playlists curated by Class Central.

Classroom Contents

Complete Regular Expressions Tutorial - With Exercises for Practice

Automatically move to the next video in the Classroom when playback concludes

  1. 1 - Video overview & topics covered
  2. 2 - Basic regex syntax building up an intuition
  3. 3 - Character Sets Overview [A-Za-z0-9]
  4. 4 - Quantifiers Guide *, +, ?, {3,5}
  5. 5 - Guided Exercise: Find all words that don't use vowels
  6. 6 - Helpful cheat sheet to remember regex syntax in the real-world
  7. 7 - Matching words/patterns of a specific length {3,5}
  8. 8 - OR operator overview
  9. 9 - Guided Exercise: Match valid sentences starts with capital letter, ends with period
  10. 10 - Character classes overview \w, \b, \d, \s
  11. 11 - Escaping Characters
  12. 12 - Practice Exercise #1: Write a regular expression to match meme text format
  13. 13 - Practice Exercise #2: Write a regular expression to match a specific date format
  14. 14 - Groups overview
  15. 15 - Lookahead & Lookbehind Assertions
  16. 16 - Practice Exercise #3: Detect if same word pops up multiple times in a sentence
  17. 17 - Practice Exercise #4: Password matching with rules
  18. 18 - Some final recommendations! additional practice, chatgpt, etc.

Never Stop Learning.

Get personalized course recommendations, track subjects and courses with reminders, and more.

Someone learning on their laptop while sitting on the floor.