Escape() public static method

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