This tutorial teaches you regex in JavaScript through 34 screencasts. It explains regular expressions step-by-step from basic to advanced so that you don't fall off along the way. This ensures that you finally learn regex once and for all.
- Regex basics
- Test matches
- Literal strings
- Case insensitive
- Single character
- Match letters
- Match numbers
- Single match
- Multiple matches
- Wildcards
- Lazy matching
- Begins with match
- Ends with match
- Inclusive match
- Exclusive match
- Whitespace match
- Lookahead
- Capture groups