next


Description:

public bool next () throws RegexError

Scans for the next match using the same parameters of the previous call to match_full or match that returned this.

The match is done on the string passed to the match function, so you cannot free it before calling this function.

Parameters:

this

a MatchInfo structure

Returns:

true is the string matched, false otherwise