Unescape()

Regex::Unescape(const String&) method

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

static String System::Text::RegularExpressions::Regex::Unescape(const String &str)

Arguments

ParameterTypeDescription
strconst String&String to unescape special characters in.

Return Value

String with unescaped special characters.

See Also