Escape() public static méthode

public static Escape ( string str ) : string
str string
Résultat string
Exemple #1
0
 protected static string escape(string text) => RRegex.Escape(text).Replace("]", @"\]");