Searched refs:regexp25 (Results 1 – 2 of 2) sorted by relevance
99 var regexp25 = /^\s*(\*|[\w\-]+)(\b|$)?/; variable
54 PASS regexp25.exec('this is a test') is ['this','this',undefined]55 PASS regexp25.exec('!this is a test') is null