idn-allowed-code-points-regex
v1.0.0
Published
A regular expression that matches any of the code points that Verisign allows by default in IDN.
Downloads
12
Maintainers
Readme
idn-allowed-code-points-regex
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
| | |---| | Mathias Bynens |
License
idn-allowed-code-points-regex is available under the MIT license.