A subset of the regExp interface. Needed to compute line/column info by a chevrotain lexer.
Just like the regExp lastIndex with the global flag enabled It should be updated after every match to point to the offset where the next match attempt starts.
Just like regExp.test
Generated using TypeDoc
A subset of the regExp interface. Needed to compute line/column info by a chevrotain lexer.