Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/hacdias/zipcodes-regex
A list of regular expressions for zipcodes
https://github.com/hacdias/zipcodes-regex
nodejs npm package regular-expression zipcode zipcodes-regex
Last synced: 16 days ago
JSON representation
A list of regular expressions for zipcodes
- Host: GitHub
- URL: https://github.com/hacdias/zipcodes-regex
- Owner: hacdias
- License: mit
- Created: 2015-06-13T21:01:27.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2019-09-29T09:26:51.000Z (about 5 years ago)
- Last Synced: 2024-10-06T15:23:33.315Z (about 1 month ago)
- Topics: nodejs, npm, package, regular-expression, zipcode, zipcodes-regex
- Homepage:
- Size: 7.81 KB
- Stars: 12
- Watchers: 2
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zipcodes-regex
> A list of regular expressions for zip codes
## Install
```sh
$ npm install --save zipcodes-regex
```## Usage
```js
var zipcodes = require('zipcodes-regex');console.log(zipcodes)
// => "AC": "^(ASCN 1ZZ)$", "AD": "^(?:AD)*(\\d{3})$", etc
```## License
MIT © [Henrique Dias](http://henriquedias.com)