System.Text.RegularExpressions.Match: Method Members

The methods of System.Text.RegularExpressions.Match are listed below. For a list of all members, see the Match Members list.

See Also: Inherited members from System.Text.RegularExpressions.Group

Public Methods

NextMatch() : Match

Returns a new System.Text.RegularExpressions.Match object 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).

Result(string) : string

Returns the expansion of the specified replacement pattern.

static
Synchronized(Match) : Match

Returns a System.Text.RegularExpressions.Match instance equivalent to the one supplied that is suitable to share between multiple threads.