# Functions
Escape 编码指定的字符串。 Escape encodes the given string.
SafeUnescape 安全地解码指定的字符串,如果输入字符串不是被Escape编码的,返回原文。 SafeUnescape safely decodes the given string, returning the original text if it was not encoded by Escape.
Unescape 解码指定的字符串。 Unescape decodes the given string.