Property | Type | Description | |
---|---|---|---|
Regex | |||
Replacement | string |
Method | Description | |
---|---|---|
RegexReplacement ( |
||
RegexReplacement ( string pattern, RegexOptions options, string replacement ) : System.Text.RegularExpressions | ||
RegexReplacement ( string pattern, string replacement ) : System.Text.RegularExpressions |
public RegexReplacement ( |
||
regex | ||
replacement | string | |
return | System.Text.RegularExpressions |
public RegexReplacement ( string pattern, RegexOptions options, string replacement ) : System.Text.RegularExpressions | ||
pattern | string | |
options | RegexOptions | |
replacement | string | |
return | System.Text.RegularExpressions |
public RegexReplacement ( string pattern, string replacement ) : System.Text.RegularExpressions | ||
pattern | string | |
replacement | string | |
return | System.Text.RegularExpressions |
public Regex,System.Text.RegularExpressions Regex | ||
return |