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