punycode-regex
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

Punycode Regex Travis CI Build Status

A regex for matching punycode.

NPM Badge

Install

npm install punycode-regex

Usage

const punycodeRegex = require("punycode-regex");
 
punycodeRegex().test("xn--tiq49xqyj")
//=> true

API

punycodeRegex()

Package Sidebar

Install

npm i punycode-regex

Weekly Downloads

1,962

Version

1.0.1

License

MIT

Unpacked Size

2.74 kB

Total Files

6

Last publish

Collaborators

  • richienb