Skip to content

Latest commit

 

History

History
32 lines (27 loc) · 2.53 KB

1.Study Materials.md

File metadata and controls

32 lines (27 loc) · 2.53 KB

Regular Expressions are a very wide topic, the goal is not to get to know everything about them (you don't need to), but to get you to know how to use them for most cases. The main files to go through are:

  1. Watch this video Intro to Regex

  2. Use https://regexr.com/ to check your RegExp

  3. Read the following parts:

    Extra reading articles for further understanding if need:

  4. Do the following FreecodeCampe tasks 1, 2, 3, 4, 5 6, 7, 8, 9, 10, 11