
Explore how regular expressions search for patterns in data sets, show their use across Java, Javascript, Python, Ruby, and Linux, and help solve everyday problems.
Learn how POSIX compliant regex engines unify patterns across languages and practice Linux grep to match patterns in a sample file, observing four of six entries.
Explore the POSIX basic set of regular expression symbols through examples and hands-on sessions, studying each symbol thoroughly and moving on to the remaining basics in the next module.
The lecture demonstrates using the dot wildcard in regex to match exactly one character between fixed prefixes foo and bar, forming the pattern foo...bar and validating it with grep.
Apply character class ranges to differentiate green and red strings ending in oo, using j-m, union with z, and two-range patterns, then test with grep.
Learn to escape regex metacharacters with a backslash to treat symbols like the period as literals, and build patterns such as x*\.y* or character classes to match x and y.
Explore the POSIX-based regular expressions extended set, building on the basic set, and learn symbol-by-symbol meanings through examples and hands-on sessions.
Master the pipe to create alternatives in regular expressions, building a pattern like (log|ply)wood to match logwood or plywood.
Learn to use regex to perform find and replace operations, define capture groups, craft substitution strings, and apply replacements with a regex engine through practical examples.
Explore capturing numbers from monitor resolutions with regex and reformat them, for example 1280x720 to 1280 pix by 720 pix. Learn capture groups and references in sed and Java.
Master masking 10-digit phone numbers with regex by capturing the last four digits and replacing the first six with x, using a backreference like \1 in the substitution.
Learn regex techniques to transform phone numbers using capture groups and replacement patterns, including literal escapes and sed substitutions, in the complete regex course for beginners.
Regular expressions(regex) is a moderately difficult topic to grasp, as well as teach. It is really important that you grasp the core concepts thoroughly. Once you get the fundamentals right, regular expressions(regex) will come naturally to you. I struggled to learn regular expressions(regex) myself a couple of decades back. I completely understand the pain points. I have seen tons of free youtube videos on regular expressions(regex), but they all fail in something fundamental. They do NOT care about getting the basics right. I have taken immense efforts to prepare this course material. Each and every concept, each and every exercise, has been meticulously planned in such a way that it sticks to your brain easily. I have created graphical illustrations wherever possible to drive home the point. Each of the 30 examples come with graphical illustrations on how the regex techniques are applied in a step-by-step way, to come up with a solution.
I teach regular expressions(regex) using the POSIX standard. I have done so because the POSIX standard is followed by ALL regex engines. So if you know how to apply the techniques that you learn from this course, you can play around with regular expressions(regex) in ANY programming language of your choice. You could even try it out in Notepad++ (Yes, Notepad++ comes with a basic regex engine.)
I have hands-on sessions for ALL the 30 exercises in this course. Even if you are not familiar with the programming language, you will be able to follow it easily and apply it to your case.
I have kept my voice narration to a very slow pace on purpose. You can put me on 1.5x or even 2x speed on the Udemy player, if you think I am slow.
Something else that is special about this course - The subtitles are hand-scripted and accurate. I have even checked the timings to guarantee accuracy. Most courses come with subtitles that are auto-generated using a Speech-To-Text Engine, the accuracy of which is fairly low. But not mine! I have taken pains to script my course to perfection and include the subtitles too. So if you are at work, and you want to put me on mute, please feel free, although I would like you to hear my voice narration. If you want to put me on mute, just enable the subtitles in Udemy and play!