Creator
Anonymous
Unlock the power of regular expressions in Python with this concise and practical course. Learn to master text searching, pattern matching, and data extraction with real-world examples and hands-on challenges.
Prerequisites
Good knowledge of Python
Introduction
Introduction
re Library
findall
search
split
sub
Basic Pattern Syntax
Basic Metacharacters
Literals
Character Classes
Ranges
Common Predefined Classes
Advanced Predefined Classes
Anchors and Quantifiers
Anchors
Boundaries
Quantifiers
Repetitions
Grouping and Advanced Patterns
Grouping
Capturing
Pipe Operator
Alternation
Lookaheads
Lookbehinds
Advanced Techniques
Escape Metacharacters
Escape Sequences
Final Challenges
Extracting Hashtags
Finding Email Addresses
Valid Phone Numbers
Finding Dates
Capitalized Words
Made with ❤️ © 2024 Coddy