When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Master Python Regular Expressions
Learn Python Regular Expressions from Scratch. Lots of examples - 4 Real World Case Studies - 1 Project

This Course Includes
udemy
4.5 (99 reviews )
2h 18m
english
Online - Self Paced
professional certificate
Udemy
About Master Python Regular Expressions
Regular Expressions are strings that define text matching patterns.
This course explains all the concepts of regular expressions in Python through simple and multiple examples so that it will be easy for you to understand.
Each case study consists of exercises . By solving these exercises, you will be able to write regular expressions for different kinds of text data
. This course consists of three parts.
Part I
1.Introduction to regular expressions 2.RE Module Basics 3.RE Module Functions 4. Groups 5. Special Characters 6. Matching Repititions 7. Greedy and Non-Greedy Matching 8. Character Classes 9. Back References 10. Look Ahead and Look Behind Assertions
Part II (Case Studies with Exercises)
1. Urls 2. Dates 3. Numbers 4. Emails
Part III(Projects)
1.Build a Simple Password Checker
What You Will Learn?
- Understand all concepts in regular expressions clearly .
- Able to write regular expressions to match URLs .
- Able to write regular expressions to match Dates .
- Able to write regular expressions to match Numbers .
- Build a simple password checker application.