Searched refs:isBad (Results 1 – 1 of 1) sorted by relevance
195 const isBad = (s) => RegExpPrototypeExec(/[^\u0021-\u007F]/u, s) !== null; function196 if (ArrayPrototypeSome(patternParts, isBad))