You've already learned the basics of regular expressions. Now you want to take your knowledge to the next level. Well, look no further: In this four-hour class, we'll attack some of the more advanced features in the regular-expression world, including:
- Alternation
- Grouping
- Capturing
- Options
- Non-greediness
- Replacing
- Lookahead/lookbehind
- Performance
- The "regex" package on PyPI
Join me for this live class, where we'll explore real-world data sets in tons of hands-on exercises. As always, I'll be live-coding and will also give you lots of chances to ask questions.
This class assumes that you know the basics of regular expressions in Python, including metacharacters, character classes, and alternation.