Method | Description | |
---|---|---|
GetMatchedGroup ( this match, string groupName ) : string |
Gets the captured substring from groups matched by a regular expression.
|
|
IsGroupMatched ( this match, string groupName ) : bool |
public static GetMatchedGroup ( this match, string groupName ) : string | ||
match | this | |
groupName | string | |
return | string |
public static IsGroupMatched ( this match, string groupName ) : bool | ||
match | this | |
groupName | string | |
return | bool |