1.0.0 • Published 8 years ago

idn-allowed-code-points-regex v1.0.0

Weekly downloads
31
License
MIT
Repository
github
Last release
8 years ago

idn-allowed-code-points-regex Build status

idn-allowed-code-points-regex is a regular expression that matches any symbol in the list of allowed IDN code points that Verisign uses by default. See the Verisign SRS IDN registration rules for more info.

Installation

Via npm:

npm install idn-allowed-code-points-regex

In Node.js:

const regex = require('idn-allowed-code-points-regex');

Author

twitter/mathias
Mathias Bynens

License

idn-allowed-code-points-regex is available under the MIT license.