System::Text::RegularExpressions::Regex::Unescape method

Regex::Unescape method

Unescapes special characters in string used as part of the pattern.

static String System::Text::RegularExpressions::Regex::Unescape(const String &str)
ParameterTypeDescription
strconst String&String to unescape special characters in.

ReturnValue

String with unescaped special characters.

See Also