Regular Expressions in Python
Offered By: YouTube
Course Description
Overview
Syllabus
Regular Expressions - 01 - Search for Text with a Pattern Object.
Regular Expressions - 02 - Search for Text at Beginning of String with match Method.
Regular Expressions - 03 - The findall and finditer Methods.
Regular Expressions - 04 - Module Level RegEx Functions.
Regular Expressions - 05 - Review of Raw Strings.
Regular Expressions - 06 - Search for Digit and Non Digit Characters.
Regular Expressions - 07 - Search for Word and Non Word Characters.
Regular Expressions - 08 - Search for Whitespace and Non Whitespace Characters.
Regular Expressions - 09 - Search for Word Boundaries.
Regular Expressions - 10 - Metacharacters: The Dot.
Regular Expressions - 11 - Metacharacters: Square Brackets with Characters.
Regular Expressions - 12 - Declare Number of Matches with Curly Braces I.
Regular Expressions - 13 - Declare Number of Matches with Curly Braces II.
Regular Expressions - 14 - Search for One or More of a Character.
Regular Expressions - 15 - Matching One Character or Another.
Taught by
Boris Paskhaver
Related Courses
Artificial Intelligence for RoboticsStanford University via Udacity Intro to Computer Science
University of Virginia via Udacity Design of Computer Programs
Stanford University via Udacity Web Development
Udacity Programming Languages
University of Virginia via Udacity