RegexReplace Method |
Name | Description | |
---|---|---|
Replace(String, String) |
In a specified input string, replaces all strings that match a regular expression
pattern with a specified replacement string.
| |
Replace(String, String, String) |
In a specified input string, replaces all strings that match a specified
regular expression with a specified replacement string.
| |
Replace(String, String, String, RegexOptions) |
In a specified input string, replaces all strings that match a specified
regular expression with a specified replacement string. Specified options
modify the matching operation.
|