Searched defs:regexNonASCII (Results 1 – 6 of 6) sorted by relevance
18 const regexNonASCII = /[^\0-\x7E]/; // non-ASCII chars constant
208 const regexNonASCII = /[^\x20-\x7E]/; constant