Click or drag to resize
Cimbalino ToolkitStringExtensionsRegexReplace Method
Overload List
  NameDescription
Public methodStatic memberRegexReplace(String, String, String)
Within a specified input string, replaces all strings that match a specified regular expression with a specified replacement string.
Public methodStatic memberRegexReplace(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.
Public methodStatic memberRegexReplace(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.
Public methodStatic memberRegexReplace(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.
Top
See Also