System.Text.RegularExpressions.Match Members

The members of System.Text.RegularExpressions.Match are listed below.

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

Public Properties

[read-only]
static
EmptyMatch.

Gets the empty group. All failed matches return this empty match.

[read-only]
GroupsGroupCollection.

Gets a collection of groups matched by the regular expression.

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.