etpinard / country-regex

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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 Style Guide

About

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

License:MIT License


Languages

Language:JavaScript 100.0%