Home
last modified time | relevance | path

Searched refs:regexNonASCII (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/parallel/
Dtest-punycode.js216 const regexNonASCII = /[^\x20-\x7E]/; constant
228 regexNonASCII.test(test.decoded) ?
234 regexNonASCII.test(test.decoded) ?
238 regexNonASCII.test(test.decoded) ?
/third_party/node/lib/
Dpunycode.js28 const regexNonASCII = /[^\0-\x7F]/; // Note: U+007F DEL is excluded too. constant
420 return regexNonASCII.test(string)