Complete Practical Regular Expressions (Regex) 2022


Master Regular Expressions (Regex) for Python, Java, Javascript, Golang or any other tool through practical exercises

What you will learn

Learn basic to advanced concepts of regular expressions

Master the core concepts and make writing regular expressions trivial

Practice your skills with 45+ hands-on exercises

Be able to tackle tasks using regular expressions and drastically reduce the time consumed on them

Differentiate yourself at work with the knowledge on regular expressions

Description

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;


Subscribe to latest coupons on our Telegram channel.

– 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!

English
language

Content

Section 0: Introduction

Who, What, How and Why
Tools we are going to use: Regex101
How regular expressions work

Section 1: Basic Level

The ^ and $ metacharacters
Character classes
Character classes’ shorthands
Alternation
Conclusion
Character Classes Cheat Sheet
Basic Level Quiz

Section 2: Intermediate Level

Quantifiers: Ranges
Quantifiers: Optional (?)
Quantifiers: One or more (+)
Quantifiers: Zero or more (*)
Quantifiers: Greediness & Laziness
Capturing groups & Backreferences
Practical example 2.1
Practical example 2.2
Practical example 2.2: Improvement
Practical example 2.3
Practical example 2.4
Conclusion
Quantifiers Cheat Sheet
Intermediate Level Quiz

Section 3: Advanced Level

Introduction to Lookaround
Positive lookahead
Negative lookahead
Positive lookbehind
Negative lookbehind
Negative lookbehind: Solution Improvement
Practical example 3.1
Practical example 3.2
Practical example 3.3
Conclusion
Lookaround Cheat Sheet
Advanced Level Quiz

Section 4: Conclusion

Wrap Up

Enroll for Free

Share This Course on:
Ads Blocker Image Powered by Code Help Pro

Ads Blocker Detected!!!

We have detected that you are using extensions to block ads. Please support us by disabling these ads blocker.