Have a question?
Message sent Close
4.81 out of 5
4.81
116 reviews on Udemy

Taming Regular Expressions (REGEX) – Complete Guide to Regex

Regular Expression (Regex) examples in Python, JavaScript, Rust, Java, C#, C++, Swift, Google Sheets, Kotlin and Ruby
Instructor:
Paul Ogier
867 students enrolled
English [Auto]
This Regular Expressions (Regex) course is not only designed to teach you regex but also designed to hone your knowledge by giving you real-world examples.
Understanding regex is a powerful tool to have at your disposal and is a crucial skill set for IT professionals and people whose jobs entail data analysis.
Regex is critical in using the full scope and functionality of some of the world’s most popular languages such as Python, PowerShell, Javascript, PHP etc.
You will learn the difference between Positive and Negative, Lookahead and Lookbehinds in Regex
Use Regular Expressions to fix and manipulate US and UK Dates
You will learn about Capturing Groups and Backreferences in Regex
Figure out Greedy, Lazy and Possessive Quantifiers

Regular Expressions (REGEX) – A Complete Guide. No previous Regular Expressions experience required!

Regular expressions are also referred to as Regex, Regexes or Regexp (sometimes called a rational expression)

This course is designed to advance you from beginner to expert. It is laid out logically so that you can incrementally build your regular expressions’ knowledge. Essential Regex foundations are established first to facilitate in-depth comprehension of this key skill.

The real world and real-life examples explored in this course will deepen your understanding of REGEX and how to apply what you’ve learnt authentically and appropriately. Experimentation with a new skill is vital in exercising and integrating wider application; which is why we’ll explore practical Regular Expression examples because it ingrains the information contained here.

Our world is pretty much run by data now, and those that know how to intelligently interrogate and manage data have a distinct advantage. Regular expressions unlock the powerful possibilities of any data set.

Data analysis is vital in a variety of industries and circumstances and being able to deploy and utilise this formidable tool will strengthen your skills set, enhance your confidence and give you an edge.

ASK YOURSELF:

Are you battling to learn Regex?

Have you tried many Regular Expression courses on Udemy and YouTube and you are still not getting it?

Are you a programmer that avoids using Regex because you are not confident?

Are you a beginner and you have heard about this and are not sure where to start?

As a Data Scientist, you know that this will help you query and clean data, but you don’t have a proper foundation to start from.

Have you started programming in Python, PHP, JavaScript, Java etc and you need to have a better understanding of Regular Expressions?

Are you using Google Sheets to clean data up and you would like to make the process faster?

Are you a system administrator using PowerShell and you would like to run scripts that make your job easier?

Do you know REGEX? How about advanced REGEX? Date Matching? Regular Expressions with Leap Years?

If you have answered YES to any of these questions – then you NEED this course!

Are you looking to solve some or all of these issues in your day-today job?

  1. Text search and manipulation: Regex can be used to search and manipulate text, including finding specific words or phrases, replacing text, and extracting data from a string.

  2. Input validation: Regex is useful for validating user input in web forms or other applications. You can use Regex to ensure that user input meets certain requirements, such as a specific format or range of values.

  3. Data parsing: Regex can be used to extract data from text files or other sources, such as logs, spreadsheets, or databases.

  4. Web scraping: Regex is an essential tool for web scraping, allowing you to extract data from HTML or other markup languages.

  5. Automated testing: Regex can be used to write automated tests for software applications, ensuring that the output of the application meets the desired format or requirements.

HOW CONFIDENT AM I? Take this course. If you don’t learn everything you need to know about Regular Expressions (Regex) in the next 30 days, I’ll refund every penny!

What questions do we answer?

  1. What is a Regular Expression (Regex)? A Regular Expression, or Regex, is a sequence of characters that defines a search pattern. It is a powerful tool for matching and manipulating text.

  2. What is the syntax for writing Regex patterns? Regex patterns consist of a combination of characters and metacharacters that define the search pattern. The syntax for writing Regex patterns varies depending on the programming language or application.

  3. What are metacharacters in Regex? Metacharacters are special characters that have a specific meaning in a Regex pattern. Examples of metacharacters include “^”, “$”, “.”, “*”, “+” and “?”.

  4. What are some common Regex use cases? Regex is commonly used for tasks such as validating user input, searching and replacing text, extracting data from text, and parsing log files.

  5. What is the difference between a greedy and non-greedy Regex pattern? A greedy Regex pattern matches the longest possible substring that satisfies the pattern, while a non-greedy pattern matches the shortest possible substring that satisfies the pattern.

  6. What is Regex Backtracking? Regex backtracking occurs when a Regex engine tries to match a pattern, but fails at some point, and then tries different combinations of the pattern until a match is found.

  7. What is Regex Lookahead and Lookbehind? Regex Lookahead and Lookbehind are called lookaround, and they allow you to specify a pattern to match only if a certain condition is met ahead or behind the pattern.

  8. What is Regex Character Class? Regex Character Class is a set of characters that can be used to match a single character from a given set of characters. For example, [a-z] matches any lowercase letter in the English alphabet.

  9. What is Regex Quantifiers? Regex Quantifiers specify the number of times a character or a group of characters can be repeated in a pattern. Examples of quantifiers include “*”, “+”, “?” and “{m,n}”.

  10. And many more.

And the full 30 day no-questions-asked Udemy instant guarantee is your assurance of the quality and potential of this course.

Get started today by clicking “Buy Now” and get full, lifetime access to this unique Regular Expressions (Regex) course with all future updates and all current and future course materials included!

Don’t just take our word for it – our students consistently give us high marks for our engaging content, expert instruction, and practical approach. Join us today and see why our course is the go-to resource for learning Regex!

5 Star – Easy to follow and understand. Most of the questions I write down to ask end up answered at some point in the video. – Nicholas Wilson

5 Star – Articulate and easy to follow. Well recorded with quality microphone. Content is well constructed and builds up knowledge steadily and logically from zero – Robin Roberts

5 Star – Paul is the best instructor I’ve ever had on any online course. If you want to learn Regex, this is a course that you must to finish. – Aleksandar Zivanovic

5 Star – This course definitely breaks down RegEx into very digestible pieces and I actually used lessons learned in the first section to solve a problem at work! I highly recommend this course to anyone looking to learn RegEx! – N. Home

5 Star – One of the most fantastic course you can take to get you started on RegEx!!!! – Edj Wright

5 Star – This was an excellent course! Paul explains things in a way that makes the subject easy to follow. All you need to do is just practice and apply what you learn, and you’ll be on your way leveraging this powerful tool/skill! – Adam Araujo

5 Star – This is by far the best overview I have found on the internet for Regular Expressions. – Blue Echo

5 Star – Regex can be a tricky beast to tame, but this course certainly helps one to get to grips with it. The course goes in to great depth and has plenty of good examples to explore. I was particularly interested in the Python and PowerShell sections, however the entire course is very informative. – Bryan Smith

5 Star – Regex annoyed me. Then I found Paul’s course. Well worth the money and time invested. The reason it’s worth it isn’t because of the content, no the content is actually tedious and annoying… it’s worth it because of how he positions the content, walks you through it and explains it in an INTUITIVE way. If more people taught the way Paul does, we’d be a smarter planet. Also the jokes are on ‘a neighborhood of dads’ level. – Eugenio Parages

5 Star – Everything was explained well in this course, would recommend for a beginner. – B Ganesh

Whether you’re a beginner looking to get started with Regular Expressions, or an experienced programmer looking to expand your skills, our course has something for everyone. Sign up today and take the first step toward mastering Regex!

You can view and review the lecture materials indefinitely, like an on-demand channel.
Definitely! If you have an internet connection, courses on Udemy are available on any device at any time. If you don't have an internet connection, some instructors also let their students download course lectures. That's up to the instructor though, so make sure you get on their good side!
4.8
4.8 out of 5
116 Ratings

Detailed Rating

Stars 5
83
Stars 4
31
Stars 3
0
Stars 2
1
Stars 1
1
72b5d7cb6efe221a1839c6dfa5ea83a9
30-Day Money-Back Guarantee

Includes

7 hours on-demand video
25 articles
Full lifetime access
Access on mobile and TV
Certificate of Completion
This website uses cookies and asks your personal data to enhance your browsing experience. We are committed to protecting your privacy and ensuring your data is handled in compliance with the General Data Protection Regulation (GDPR).