Escape() публичный статический Метод

public static Escape ( string str ) : string
str string
Результат string
Пример #1
0
 protected static string escape(string text) => RRegex.Escape(text).Replace("]", @"\]");