An open API service indexing awesome lists of open source software.

https://github.com/codedwells/regular-expressions

This repo contains some regex learning material.
https://github.com/codedwells/regular-expressions

javascript regex regexp regular-expression

Last synced: about 1 year ago
JSON representation

This repo contains some regex learning material.

Awesome Lists containing this project

README

          

# Regular-expressions

This repo contains some basic traininig of regular expressions.
It can quickly help you remember some of this concepts.
It also contains some real life examples of use of regex in validating
input values e.g email , phone numbers , usernames and passwords.