#100DaysOfCode in Python Transcripts
Chapter: Days 28-30: Regular Expressions
Lecture: Lesson introduction
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
Welcome back to 100 Days of Python.
0:02
In the coming three days I will be your guide
0:04
explaining regular expressions in Python.
0:07
First we will look at when not to use them
0:09
when we can use simple string methods.
0:12
Then we will dive into search and match,
0:15
capturing strings.
0:17
Final, compiling your regexes,
0:21
and advanced string replacements.
0:23
Day 2 I will give you some more material
0:26
to read and practice online,
0:29
and the third day I have some really good exercises
0:32
to get your hands dirty with regular expressions.