#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. In the coming three days I will be your guide explaining regular expressions in Python.
0:08
First we will look at when not to use them when we can use simple string methods. Then we will dive into search and match, capturing strings.
0:18
Final, compiling your regexes, and advanced string replacements. Day 2 I will give you some more material to read and practice online,
0:30
and the third day I have some really good exercises to get your hands dirty with regular expressions.