Exemple #1
0
 /// <summary>
 /// Returns a new instance of MutableString that contains escaped content of the given string.
 /// </summary>
 public static MutableString /*!*/ Escape(MutableString /*!*/ str)
 {
     return(str.EscapeRegularExpression());
 }