public final class EscaperExtensions
final static String
escapeBy(String $self, Escaper escaper)
unescapeBy(String $self, Escaper escaper)
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
final static String escapeBy(String $self, Escaper escaper)
根据指定的转义器,转义当前字符串。
final static String unescapeBy(String $self, Escaper escaper)
根据指定的转义器,反转义当前字符串。