Package detail

punycode-regex

Richienb15.5kMIT1.0.1

A regex for matching punycode.

punycode, regex, url, domain

readme

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()