Overview
Coursera Flash Sale
40% Off Coursera Plus for 3 Months!
Grab it
Learn Python's regular expression module through hands-on tutorials covering essential regex concepts and practical implementation. Build a comprehensive testing environment to experiment with regex patterns, then explore flags and their applications in pattern matching. Master fundamental regex anchors including start-of-line (^) and end-of-line ($) operators while understanding multiline processing capabilities. Discover the powerful findall method for extracting multiple matches from text, and enhance your development workflow by integrating regex tools into your Python environment for efficient text processing and pattern recognition tasks.
Syllabus
Python [re] 03 Flags
Python [re] 02 Adding to the Environment
Python [re] 01 Building a Testing Environment
Python [re] 04 ^, $, & Multiline
Python [re] 05 Findall
Taught by
John Hammond