Escape() public static method

public static Escape ( string str ) : string
str string
return string
Esempio n. 1
0
 protected static string escape(string text) => RRegex.Escape(text).Replace("]", @"\]");