Searched refs:re9 (Results 1 – 3 of 3) sorted by relevance
61 PASS emptyStr.match(re9) is [""]62 PASS s1.match(re9) is [""]63 PASS s2.match(re9) is ["aaaa"]64 PASS s3.match(re9) is ["aa"]
94 var re9 = new RegExp(/(?:a|z|){2,5}/); variable
82 var re9 = /(^|\s)lhv\-h(\s|$)/;162 re9.exec('');