System::Text::RegularExpressions::Regex::Unescape 方法

Regex::Unescape method

取消转义作为模式一部分使用的字符串中的特殊字符。

static String System::Text::RegularExpressions::Regex::Unescape(const String &str)
参数类型描述
strconst String&String 用于取消转义其中的特殊字符。

ReturnValue

String with unescaped special characters.

另见