Complete Practical Regular Expressions (Regex) 2022
- Description
- Curriculum
- FAQ
- Reviews
Regular expressions (regex) is not an easy topic and many people just ignore its existence until met with the necessity to use them. I heard many times the phrase “If you have a problem and you use regular expressions to solve that problem, then you have two problems.” and I really hate it. I then realized that people who say that are the people who do not know how to write proper regular expressions.
That is why I’m sharing the knowledge on the most important concepts of regex. After you grasp them, writing regular expressions will become quite easy, but the most important part is that YOU WILL SAVE AN INCREDIBLE AMOUNT OF TIME using regex. Tasks that took 1 hour to complete, now might take minutes or even seconds. With practice, the amount of time you save for yourself will be increasing.
That is why this course is very practical and will focus on real-life examples. It is appropriate for any knowledge level: beginner, intermediate or advanced and contains regular expressions cheat sheets. The content is also divided into three levels: Basic, Intermediate, and Advanced. In each of those levels, increasingly difficult regular expression concepts will be discussed in a practical manner through exercises. We will always be focusing on how we can write and apply our regular expressions to real-life examples so when you finish the course, you will have the experience required to write any regular expression you might need. And there are more than 45 examples that will help you with that!
You will learn:
– regular expressions basics;
– regular expressions quantifiers (number of characters): ranges, at least one, one or none, etc.;
– regular expressions shortcuts through character classes and groups
– regular expressions alternation;
– regular expressions parenthesis and how they are used for in easy and complex situations;
– regular expressions lookaround: lookahead and lookbehind.
You will practice and learn how to write:
– regular expressions for URL validation;
– regular expressions for password validation;
– regular expressions for numeric data validation and extraction;
AND MUCH MORE!
The course can be used to apply the regular expressions in Python, Java, Javascript, Golang, C, C#, or any other programming language. What you will learn is also applicable outside the programming languages. Any tool that supports regular expressions will allow you to benefit from this course. Think about regular expressions for grep, excel, or even google analytics. The regular expressions cheat sheets that are provided at the end of each section will help you to hold the knowledge outside the course!
-
4The ^ and $ metacharactersVideo lesson
-
5Character classesVideo lesson
-
6Character classes' shorthandsVideo lesson
-
7AlternationVideo lesson
-
8ConclusionVideo lesson
-
9Character Classes Cheat SheetText lesson
-
10Basic Level QuizQuiz
Let's consolidate the knowledge on the basics of regular expressions!
-
11Quantifiers: RangesVideo lesson
-
12Quantifiers: Optional (?)Video lesson
-
13Quantifiers: One or more (+)Video lesson
-
14Quantifiers: Zero or more (*)Video lesson
-
15Quantifiers: Greediness & LazinessVideo lesson
-
16Capturing groups & BackreferencesVideo lesson
-
17Practical example 2.1Video lesson
-
18Practical example 2.2Video lesson
-
19Practical example 2.2: ImprovementVideo lesson
-
20Practical example 2.3Video lesson
-
21Practical example 2.4Video lesson
-
22ConclusionVideo lesson
-
23Quantifiers Cheat SheetText lesson
-
24Intermediate Level QuizQuiz
Let's consolidate the knowledge on quantifiers, capturing groups and backreferences!
-
25Introduction to LookaroundVideo lesson
-
26Positive lookaheadVideo lesson
-
27Negative lookaheadVideo lesson
-
28Positive lookbehindVideo lesson
-
29Negative lookbehindVideo lesson
-
30Negative lookbehind: Solution ImprovementVideo lesson
-
31Practical example 3.1Video lesson
-
32Practical example 3.2Video lesson
-
33Practical example 3.3Video lesson
-
34ConclusionVideo lesson
-
35Lookaround Cheat SheetText lesson
-
36Advanced Level QuizQuiz
External Links May Contain Affiliate Links read more