Escape() 공개 정적인 메소드

public static Escape ( string str ) : string
str string
리턴 string
예제 #1
0
 protected static string escape(string text) => RRegex.Escape(text).Replace("]", @"\]");