Searched refs:repeatRegexp (Results 1 – 2 of 2) sorted by relevance
40 function repeatRegexp(re) { function46 repeatRegexp(/^bar/);47 repeatRegexp(/^foo|^bar|^baz/);48 repeatRegexp(/(^bar)/);49 repeatRegexp(/(?=^bar)\w+/);