Searched refs:reHasRegExpChar (Results 1 – 5 of 5) sorted by relevance
8 reHasRegExpChar = RegExp(reRegExpChar.source); variable27 return (string && reHasRegExpChar.test(string))
154 reHasRegExpChar = RegExp(reRegExpChar.source);14343 return (string && reHasRegExpChar.test(string))
153 reHasRegExpChar = RegExp(reRegExpChar.source);14275 return (string && reHasRegExpChar.test(string))
55572 reHasRegExpChar = RegExp(reRegExpChar.source);55717 return string && reHasRegExpChar.test(string) ? string.replace(reRegExpChar, '\\$&') : string;