country-regex

1.1.0 • Public • Published

country-regex

npm version gzip size

Build Status Dependency Status devDependency Status

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! 🍻

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

Standard - JavaScript StyleGuide

Readme

Keywords

Package Sidebar

Install

npm i country-regex

Weekly Downloads

228,405

Version

1.1.0

License

MIT

Last publish

Collaborators

  • lconnors
  • alexshoe
  • t4rk
  • bronsolo
  • jmmease
  • chriddyp
  • bpostlethwaite
  • alexcjohnson
  • nicolaskruchten
  • antrg
  • archmoj
  • xhlu
  • hammadtheone
  • etpinard