
Explore regex concepts from meta characters and quantifiers to anchors and lookarounds, practice grouping and naming patterns, and learn to apply regex across Python, C#, and Java.
Explore the basics of regex, learn to search for specific text patterns, and practice in notepad++ to understand case sensitivity and simple searches, including look-behind considerations.
explains regex meta characters and how special symbols like period, square brackets, backslash, dollar sign, question mark, and asterisk carry meaning, with backslash escaping for literals.
Explore how anchors in regex define positions, including start and end of string and word boundaries. Learn practical examples that show how to use boundaries to match specific word positions.
Learn to search phone numbers with regex by matching digit groups separated by hyphens or spaces, and avoid dot operator pitfalls by using proper quantifiers and operators.
Explore how brackets and the OR operator shape regex matching, including digits, word and non-word characters, and patterns like Mr., Ms., or Dr. followed by word characters.
Explore lookahead and lookbehind in regular expressions, including positive and negative forms, back referencing, and practical examples, with notes on limitations in text editors.
This lecture has the coupon to learn python for beginners course with just $10.99. If you are interested you can get started using the link provided.
REGEX (REGular EXpression) is one of the best trick to be under your sleeves if you are a programmer, writer or almost any one who requires scanning through large number of documents.
In this course you are going to learn hands on by created the regex patttern to pull information such as date, phone number, email ids, websites, Names, Names with/without surnames etc from a document.
Whatever you are learning here can be used in lot of areas in your work, programming, auditing etc.
You can use REGEX in any programming language, In this course we will be covering the simple ways to use Regex in Programming languages such as Java, C# and Python.
Possibilities with REGEX are endless, Just imagine for a minute you are having millions of log files with thousands of lines in each, inside a single or multiple folder and you have been asked by the manager to review and get the log files that are having the word FATAL, 404 ERROR, RESPONSE ERROR etc. If you are a programmer and got concepts from this course, you can create a script for that in just few mins and run it, so that it can do your work in next few minutes, Saving you a whole day.
Also in areas where you require to run command prompt commands and pulling the required results alone and showing them in UI or storing them in memory.
So why you are waiting, Come and Grab this one!!!