Свойство | Type | Description | |
---|---|---|---|
Regex | |||
Replacement | string |
Méthode | 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 | |
Résultat | System.Text.RegularExpressions |
public RegexReplacement ( string pattern, RegexOptions options, string replacement ) : System.Text.RegularExpressions | ||
pattern | string | |
options | RegexOptions | |
replacement | string | |
Résultat | System.Text.RegularExpressions |
public RegexReplacement ( string pattern, string replacement ) : System.Text.RegularExpressions | ||
pattern | string | |
replacement | string | |
Résultat | System.Text.RegularExpressions |
public Regex,System.Text.RegularExpressions Regex | ||
Résultat |