Searched refs:__match (Results 1 – 2 of 2) sorted by relevance
1 …__match=function(e,t){e.lastIndex=t;var n=e.exec(this.__input);return!n||i&&e.sticky||n.index!==t&… method in r
1 …__match = function(pattern, index) {\n pattern.lastIndex = index;\n var pattern_match = pattern.…