A2Z : Regular Expression
This week I learned about Regular Expressions aka Regex which is a sequence of characters that will help me( - if I understand it enough) to define a search pattern.
Here is some note of regex usage from Dan’s tutorials :
There are also many websites online that you can try practice using regex.
I found that regexone.com is a very good place to practice using regex.