StringExtensionsReplaceRegEx Method

Overload List

ReplaceRegEx(String, String, Char, RegexOptions) Returns a new string in which all occurrences of the specified string in the current instance are replaced with another specified character using a regular expression.
ReplaceRegEx(String, String, String, RegexOptions) Returns a new string in which all occurrences of the specified string in the current instance are replaced with another specified using a regular expression.

See Also