Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jlyonsmith/regexp-pattern
- Owner: jlyonsmith
- License: mit
- Created: 2017-08-21T23:40:10.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-11-08T23:21:18.000Z (about 6 years ago)
- Last Synced: 2024-01-18T10:31:08.120Z (10 months ago)
- Language: JavaScript
- Size: 96.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/).