Searched refs:regexNonASCII (Results 1 – 2 of 2) sorted by relevance
216 const regexNonASCII = /[^\x20-\x7E]/; constant228 regexNonASCII.test(test.decoded) ?234 regexNonASCII.test(test.decoded) ?238 regexNonASCII.test(test.decoded) ?
28 const regexNonASCII = /[^\0-\x7F]/; // Note: U+007F DEL is excluded too. constant420 return regexNonASCII.test(string)