22 November 17, 21:38
Python Regular Expressions With Examples
Learn Python's RE module in detail with practical examples.
Includes:
2 hours on-demand video
1 Article
1 Supplemental Resource
Full lifetime access
What Will I Learn?
Complete understanding of Regular Expressions and how to use RE module in Python programming.
Description
Python Regular Expressions With Examples. course gives you comprehensive overview of Python's RE module.
Here are some important topics:
1. What are Regular Expressions.
2. RE module methods:
3. Writing regular expression patterns using:
All these are explained with lots of code examples. Course includes a quiz.
LINK
Learn Python's RE module in detail with practical examples.
Includes:
2 hours on-demand video
1 Article
1 Supplemental Resource
Full lifetime access
What Will I Learn?
Complete understanding of Regular Expressions and how to use RE module in Python programming.
Description
Python Regular Expressions With Examples. course gives you comprehensive overview of Python's RE module.
Here are some important topics:
1. What are Regular Expressions.
2. RE module methods:
Quote:search()
match()
findall()
finditer()
sub()
compile()
split()
3. Writing regular expression patterns using:
Quote:Repetitions
Non Greedy Repetitions
Character Sets
Character Ranges
Escape Codes
Anchoring
Flags
Groups and Named Groups
All these are explained with lots of code examples. Course includes a quiz.
LINK