next
abstract fun next(): MatchResult?
Returns a new MatchResult with the results for the next match, starting at the position at which the last match ended (at the character after the last matched character).
abstract fun next(): MatchResult?
Returns a new MatchResult with the results for the next match, starting at the position at which the last match ended (at the character after the last matched character).