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

https://github.com/gift-stack/regex

Regex validation for some stuff. Saving here for reuseability.
https://github.com/gift-stack/regex

Last synced: 6 months ago
JSON representation

Regex validation for some stuff. Saving here for reuseability.

Awesome Lists containing this project

README

          

# RegEx
###### This is a repo where I just come to dump some regular expression for some stuffs

### Phone number:
> ``` /^\+?\(?(\d{3})?\)?0?\d{10}$/ ```