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