Property | Type | Description | |
---|---|---|---|
AddMatch | void | ||
BalanceMatch | void | ||
Dump | void | ||
GroupToStringImpl | string | ||
IsMatched | bool | ||
LastGroupToStringImpl | string | ||
Match | System | ||
MatchIndex | int | ||
MatchLength | int | ||
RemoveMatch | void | ||
Reset | void | ||
Tidy | void |
Method | Description | |
---|---|---|
NextMatch ( ) : |
Returns a new Match with the results for the next match, starting at the position at which the last match ended (at the character beyond the last matched character).
|
|
Result ( string replacement ) : string |
Returns the expansion of the passed replacement pattern. For example, if the replacement pattern is ?$1$2?, Result returns the concatenation of Group(1).ToString() and Group(2).ToString().
|
|
Synchronized ( |
Returns a Match instance equivalent to the one supplied that is safe to share between multiple threads.
|
Method | Description | |
---|---|---|
AddMatch ( int cap, int start, int len ) : void | ||
BalanceMatch ( int cap ) : void | ||
Dump ( ) : void | ||
GroupToStringImpl ( int groupnum ) : string | ||
IsMatched ( int cap ) : bool | ||
LastGroupToStringImpl ( ) : string | ||
Match ( Regex regex, int capcount, string text, int begpos, int len, int startpos ) : System | ||
MatchIndex ( int cap ) : int | ||
MatchLength ( int cap ) : int | ||
RemoveMatch ( int cap ) : void | ||
Reset ( Regex regex, string text, int textbeg, int textend, int textstart ) : void | ||
Tidy ( int textpos ) : void |
public Result ( string replacement ) : string | ||
replacement | string | |
return | string |
public static Synchronized ( |
||
inner | ||
return |