What you'll learn
- Understand what is RegEx (Regular Expressions).
- Understand the fundamentals of regular expressions, including the syntax, character classes, quantifiers, and anchors.
- Learn how to use the re module in Python to compile and execute regular expressions, including how to match and search for patterns, replace text, and more...
- Explore advanced regular expression concepts, such as grouping and capturing, lookahead and lookbehind assertions, backreferences, and possessive quantifiers.
- Learn best practices for writing efficient and readable regular expressions, including how to avoid common pitfalls.
- Apply regular expressions to a final project text analysis tool, and gain practical experience using regular expressions in a real-world context.