Searched refs:re31 (Results 1 – 3 of 3) sorted by relevance
149 PASS emptyStr.match(re31) is [""]150 PASS s1.match(re31) is [""]151 PASS s3.match(re31) is ["aa"]152 PASS s4.match(re31) is ["abab"]
248 var re31 = new RegExp(/(?:a*|b*)*/); variable
380 var re31 = /^(mu-(PA|GJ)|wn|xb)$/;441 re31.exec(s73[i]);1701 re31.exec('rf');1702 re31.exec('wn');