country-regex

Hash map of country ISO-3 codes to regular expression identifiers

Usage no npm install needed!

<script type="module">
  import countryRegex from 'https://cdn.skypack.dev/country-regex';
</script>

README

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

Standard - JavaScript Style Guide