Regular Expressions Course - Beginners
A simple take on regular expressions for beginners.
Regular Expressions or Regex are basically patterns used to match character combinations in any language. There are modules/libraries/frameworks to import regular expressions in your project and harvest its incredible string matching power. In this course, we are going to use Python 3.x and Jupyter Notebook IDE.
Environment Setup
here !
Download and install anaconda fromAll the prerequisites needed are already setup in anaconda. After installation just click on Jupyter Notebooks and start. VSCode can also be used for notebooks but remember to use anaconda as the interpreter, it will ease out a lot of things.
Now we're ready to move ahead!
Modules
Basic topics are covered, enough to get you started with regular expressions.
- Quantifiers - 4 types.
- Little more about features of Quantifiers.
- Comprehension
- Anchors and Wildcards
- Character Sets
- Grouping
Hi, This is my first online course. I'm trying to help beginners as well as professionals to keep in mind the basics of Regex. I'll add weekly to this repository eventually covering the basics. I might as well plan an Advanced Regex Course in future but let's see if I make this one to the end. Cheers