Regular Expressions - 06 - Search for Digit and Non Digit Characters
7
Regular Expressions - 07 - Search for Word and Non Word Characters
8
Regular Expressions - 08 - Search for Whitespace and Non Whitespace Characters
9
Regular Expressions - 09 - Search for Word Boundaries
10
Regular Expressions - 10 - Metacharacters: The Dot
11
Regular Expressions - 11 - Metacharacters: Square Brackets with Characters
12
Regular Expressions - 12 - Declare Number of Matches with Curly Braces I
13
Regular Expressions - 13 - Declare Number of Matches with Curly Braces II
14
Regular Expressions - 14 - Search for One or More of a Character
15
Regular Expressions - 15 - Matching One Character or Another
Description:
Explore the power of regular expressions (RegEx) in Python through this comprehensive 90-minute tutorial. Master essential concepts such as pattern objects, search methods, and module-level functions. Dive into raw strings, character classes for digits, words, and whitespace, and learn to define word boundaries. Discover metacharacters like the dot and square brackets, and understand quantifiers using curly braces. Practice searching for multiple character occurrences and alternation. By the end, gain the skills to efficiently extract specific information like phone numbers or email addresses from larger text strings using Python's RegEx capabilities.