Searched refs:regexEscape (Results 1 – 4 of 4) sorted by relevance
683 …return regexEscape(s.replace('\\', '').replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g, function (ma…688 function regexEscape(s) { function1134 shortPieces[i] = regexEscape(shortPieces[i]);1135 longPieces[i] = regexEscape(longPieces[i]);1138 mixedPieces[i] = regexEscape(mixedPieces[i]);1629 shortPieces[i] = regexEscape(shortPieces[i]);1630 longPieces[i] = regexEscape(longPieces[i]);1631 mixedPieces[i] = regexEscape(mixedPieces[i]);
7855 …return regexEscape(s.replace('\\', '').replace(/\\(\[)|\\(\])|\[([^\]\[]*)\]|\\(.)/g, function (ma…7860 function regexEscape(s) {8178 shortPieces[i] = regexEscape(shortPieces[i]);8179 longPieces[i] = regexEscape(longPieces[i]);8182 mixedPieces[i] = regexEscape(mixedPieces[i]);8739 shortPieces[i] = regexEscape(shortPieces[i]);8740 longPieces[i] = regexEscape(longPieces[i]);8741 mixedPieces[i] = regexEscape(mixedPieces[i]);
1 …regexEscape(s.replace('\\\\', '').replace(/\\\\(\\[)|\\\\(\\])|\\[([^\\]\\[]*)\\]|\\\\(.)/g, funct…