Master Python Regular Expressions

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

Master Python Regular Expressions
Master Python Regular Expressions

Master Python Regular Expressions free download

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

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