RegEx in Python (Part-7) | Greedy & Non-Greedy Quantifiers
8
RegEx in Python (Part-8) | Boundary Matchers
9
RegEx in Python (Part-9) | Splitting
10
RegEx in Python (Part-10) | Substitution
11
RegEx in Python (Part-11) | Compilation Flags
12
RegEx in Python (Part-12) | Grouping
13
RegEx in Python (Part-13) | Backreferencing
14
RegEx in Python (Part-14) | Named Groups
15
RegEx in Python (Part-15) | Non-Capturing Groups
16
RegEx in Python (Part-16) | Look ahead
17
RegEx in Python (Part-17) | Look behind
Description:
Dive into a comprehensive 2.5-hour video series on mastering regular expressions in Python. Learn essential concepts from introduction to advanced techniques, including character classes, quantifiers, boundary matchers, and look-ahead/behind assertions. Explore practical applications such as splitting, substitution, and working with groups. Gain proficiency in using the 're' module, understanding compilation flags, and implementing both capturing and non-capturing groups. Master the intricacies of greedy and non-greedy quantifiers, backreferencing, and named groups to enhance your regex skills for efficient text processing and pattern matching in Python.