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 😉
This course is available on my YouTube channel as a playlist.
Outline
Here is the written version of the course
- Introduction to the Regular Expressions course
- Terms used in Regular Expressions
- Writing your first Regular Expression
- Flags used in Regular Expressions
- How a Regular Expression Works - REGEX ENGINES
- Character Class in Regular Expressions
- Negated Character Class in Regular Expressions
- Quantifiers in Regular Expressions
- Meta Characters in Regular Expressions