Coddy logo
Store
Leaderboard
menu icon
Loading...Creator image

Creator

Anonymous

RegEx in Python

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.

28 Lessons

24 Challenges

certification icon

With Certificate

Prerequisites

Save for later

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