Searched refs:regExp (Results 1 – 7 of 7) sorted by relevance
14 const regExp = /foobar/;35 throws(throwError, regExp, message);
14 const regExp = new RegExp(`${startMarker}\r?\n([^]*)\r?\n${endMarker}`); constant15 const match = text.match(regExp);
12 const regExp = new RegExp(`^(?:${messageParts.map(ts.regExpEscape).join("(.*?)")})$`); constant14 …return (text: string, ...args: Args<R>) => text.replace(regExp, (_, ...fixedArgs) => ts.formatStri…
648 var regExp = new RegExp('^' + re + '$', flags)657 regExp._glob = pattern658 regExp._src = re660 return regExp
2470 const regExp = getTodoCommentsRegExp(); constant2473 while (matchArray = regExp.exec(fileContents)) {
702 function matchesRegExp(regExp) {705 if (!regExp.test(value))706 …return pushError(state, `Expected to match the pattern ${regExp.toString()} (got ${getPrintable(va…