Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 429 Bytes

readme.md

File metadata and controls

9 lines (5 loc) · 429 Bytes

Regular Expression In Javascript (Or Typescript)

Follow along the code samples and read the comments for understanding regular expressions

The code examples are primarily written in typescript (I prefer static typing) and then transpiled to javascript.

Typescript is very easy to understand, but if your are not sure about it, you can always check the good old javascript.

I have inserted comments wherever seemed fit.