country-regex
v1.1.0
Published
Hash map of country ISO-3 codes to regular expression identifiers
Downloads
763,794
Readme
country-regex
Hash map of country ISO-3 code to regular expression identifier. Regular
expression data is taken from Vincent Arel-Bundock's countrycode
R
package (GPL-3 License). Big ups! :beers:
Install
npm install country-regex
Usage
var countryRegex = require('country-regex')
// and then for example:
countryRegex['USA']
// => 'united.?states\\b(?!.*islands)|\\bu\\.?s\\.?a\\.?\\b|^\\s*u\\.?s\\.?\\b(?!.*islands)'
Credits
2017 Étienne Tétreault-Pinard. MIT License