Lines Matching refs:regexp
208 * <p>Specifically, I've removed any keywords that can't precede a regexp
240 return new RegExp(pattern);
243 // have flags for case-sensitivity and the like. Having regexp tokens
246 // TODO: maybe style special characters inside a regexp as punctuation.
521 * [style : string, pattern : RegExp, context : RegExp, shortcut : string].
742 [PR_STRING, new RegExp(REGEX_LITERAL), REGEXP_PRECEDER_PATTERN]);