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