StringExtensionsRegexReplace Method |
Name | Description | |
---|---|---|
RegexReplace(String, String, String) |
Within a specified input string, replaces all strings that match a specified regular expression with a specified replacement string.
| |
RegexReplace(String, String, MatchEvaluator) |
Within a specified input string, replaces all strings that match a specified regular expression with a string returned by a MatchEvaluator delegate.
| |
RegexReplace(String, String, String, RegexOptions) |
Within a specified input string, replaces all strings that match a specified regular expression with a specified replacement string. Specified options modify the matching operation.
| |
RegexReplace(String, String, MatchEvaluator, RegexOptions) |
Within a specified input string, replaces all strings that match a specified regular expression with a string returned by a MatchEvaluator delegate. Specified options modify the matching operation.
|