[Visual Basic] Overloads Public Function Replace( _ ByVal input As String, _ ByVal replacement As String _ ) As String [C#] public string Replace( string input, string replacement ); [C++] public: String* Replace( String* input, String* replacement ); [JScript] public function Replace( input : String, replacement : String ) : String;
The modified character string.
Regex Class | Regex Members | System.Text.RegularExpressions Namespace | Regex.Replace Overload List