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

Regex::Unescape method

对用作模式一部分的字符串中的特殊字符进行反转义。

static String System::Text::RegularExpressions::Regex::Unescape(const String &str)
ParameterType描述
strconst String&String 用于反转义其中的特殊字符。

ReturnValue

String with unescaped special characters.

另见