Match Class |
Namespace: System.Text.RegularExpressions
public class Match : Group
The Match type exposes the following members.
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
NextMatch |
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 |
Returns the expansion of the specified replacement pattern.
| |
ToString | (Inherited from Group.) |
Name | Description | |
---|---|---|
Empty |
Gets the empty group. All failed matches return this empty match.
| |
Groups |
Gets a collection of groups matched by the regular expression.
| |
Index | (Inherited from Group.) | |
Length | (Inherited from Group.) | |
Value | (Inherited from Group.) |