Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jlyonsmith/regexp-pattern

A collection of commonly used regular expression patterns
https://github.com/jlyonsmith/regexp-pattern

Last synced: 6 days ago
JSON representation

A collection of commonly used regular expression patterns

Awesome Lists containing this project

README

        

# ECMAScript Common Regular Expressions

A collection of commonly used regular expression patterns:

- `areaCode` U.S. phone area code
- `phone` U.S. phone number with area code
- `shortPhone` U.S. phone number without area code
- `ext` phone extension
- `ssn` U.S. Social Security Number
- `state` U.S. state code
- `zip` U.S. Zip code with optial Zip+4
- `email` Email address. See [emailregex.com](http://emailregex.com/).