The Complete Regular Expressions Course with Exercises
Learn All Regular Expressions for PHP Javascript Python Java Ruby Perl and Unix systems with exercises from scratch.
Course Curriculum
- Lecture 5 Basic Syntax (5:56)
- Lecture 6 Literal Characters (2:35)
- Lecture 7 Modes (4:32)
- Lecture 8 Meta Characters (2:06)
- Lecture 9 WildCard (7:56)
- Lecture 10 Character Set (3:43)
- Lecture 11 Character Ranges (8:18)
- Lecture 12 Restricting RE (3:31)
- Lecture 13 Escaping Meta Characters (5:17)
- Lecture 14 Escaping Sets (2:39)
- Lecture 15 Ending Chapter (3:29)
- Lecture 32 Look Around Assertions (1:39)
- Lecture 33 Positive Look Ahead Assertions (4:42)
- Lecture 34 Positive Look Ahead Assertions Example (4:07)
- Lecture 35 Positive Look Ahead Assertions Example (3:56)
- Lecture 36 Negetive Look Ahead Assertions with Example (5:12)
- Lecture 37 Look Behind Assertions (6:22)
- Lecture 38 Unicodes (5:52)
In today’s world we have to deal with a lot of data coming from different sources. Data from social media , blogs , companies anything you name. And for a developer its a hell of job for you to work only with relevant data whether you are searching a database, validating user inputs on forms or even in the process of building a website. And this is the place where RE can make your work a lot easy,.
Knowing Regex, how to use regular expressions effectively is a valuable skill that can quickly take your skill-set to top. Logic in programming language requires a long coding work but regular expressions can do the same job within 2 to 3 lines. Regular expressions are such an incredibly convenient tool, available across so many languages that most developers will learn them sooner or later.
RE act like a filter, and they will filter only relevant data which programmer asked for. So, They can save your time, reduce your coding work and increase your productivity. That's why, RE is a must skill for back-End developers and Data Scientists,
In this course we will look into RE as a whole because they are supported in every Programming language and Unix based systems.
Course Road-Map
- Setting up the environment
- Regular expression basic syntax
- working with simple text, characters, numbers
- Quantifiers and Repetitions
- Greedy and Lazy Approaches
- Learning Groups
- Advance Topics
- Group Capturing
- Back-References
- Assertions with all types
- All Exercise files
- Project
- Regular Expressions for Names
- Regular Expressions for Email
- Regular Expressions for Website URL
- Regular Expressions for matching IP Addresses
- Regular Expressions for Dates
- Regular Expressions for Times
- Regular Expressions for Postal Codes
- Regular Expressions for matching credit card numbers
- Regular Expressions for creating strong Passwords
If you are a complete beginner or want to take your skills at the next level this is the right course for you.
So, learn RE and tell others that you know how to work with texts easily better than anyone else with the power of RE. Feel free to preview this course . I will see you inside.
--------------------------------------------------------------------------------------------------------------------
This course is for complete beginners and for those who have some knowledge of Regular Expressions.
-----------------------------------------------------------------------