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