Home | History | Annotate | Download | only in js

Lines Matching refs:matchEnd

1012     var matchEnd = RegExpLastMatchInfo[CAPTURE(index + 1)];
1013 if (matchStart == -1 || matchEnd == -1) return '';
1014 return %_SubString(LAST_SUBJECT(RegExpLastMatchInfo), matchStart, matchEnd);