ISafeRegex.Replace(String, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
System::String ^ Replace(System::String ^ input, System::String ^ replacement);
public string Replace (string input, string replacement);
abstract member Replace : string * string -> string
Public Function Replace (input As String, replacement As String) As String
Parameters
- input
- String
- replacement
- String