Searched refs:re3 (Results 1 – 5 of 5) sorted by relevance
48 var re3 = /e../; variable51 re3, [null, 'abcdefghijklm']) + 'z';
37 PASS emptyStr.match(re3) is [""]38 PASS s1.match(re3) is [""]39 PASS s2.match(re3) is ["aaaa"]40 PASS s3.match(re3) is ["aa"]
52 var re3 = new RegExp(/(?:a|z|)*/); variable
470 RE re3("(\\w+)*b", options_mlr); in TestRecursion() local471 CHECK(re3.PartialMatch(text_good) == true); in TestRecursion()472 CHECK(re3.PartialMatch(text_bad) == false); in TestRecursion()473 CHECK(re3.FullMatch(text_good) == false); in TestRecursion()474 CHECK(re3.FullMatch(text_bad) == false); in TestRecursion()
76 var re3 = /\bQBZPbageby_cynprubyqre\b/;140 re3.exec(s6[i]);259 re3.exec(s41[i]);323 re3.exec(s59[i]);324 re3.exec(s60[i]);