Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 291 Bytes

File metadata and controls

13 lines (10 loc) · 291 Bytes

So, you wanna learn regex?

In this repo, you'll find a few example problems to get you up to speed on regex.

I recommend following through in this order:

  1. solveCrosswordPuzzle
  2. getHashTagsAndMentions
  3. validatePhoneNumber
  4. swapWords
  5. findTLDRs
  6. validateEmail
  7. validateURL