Courses
Programming language
Explore courses by programming language.
Course type
Learn, challenge or build your portfolio in a practice-driven way.
Level of knowledge
Choose courses tailored to your level of knowledge perfectly.
Or try to search for any course. Still can't find? let us know what are you missing!
Journey
Login
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