Python standard library: Basic regular expression methods — re.search, re.match, and re.findall

Опубликовано: 18 Сентябрь 2019
на канале: Python and Pandas with Reuven Lerner
1,005
39

Want to use regular expressions (aka regexp/regex) to search for text in Python strings? You'll want the "re" module. In this video, I introduce the three main functions you'll use: re.search, re.match, and re.findall.

I don't teach regular expressions here; if you want to learn them, try my free e-mail course at https://RegexpCrashCourse.com/ .

In addition to these videos, I have an active blog and free, weekly "Better developers" mailing list; see more at https://lerner.co.il/ .

Subscribe to this channel, as I try to go through all of the Python standard library!