[Visual Basic] Public Shared Function Escape( _ ByVal str As String _ ) As String [C#] public static string Escape( string str ); [C++] public: static String* Escape( String* str ); [JScript] public static function Escape( str : String ) : String;
A string of characters with any metacharacters converted to their escaped form.
Regex Class | Regex Members | System.Text.RegularExpressions Namespace