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)
Parameter | Type | Description |
---|---|---|
str | const String& | String to unescape special characters in. |
ReturnValue
String with unescaped special characters.
See Also
- Class String
- Class Regex
- Namespace System::Text::RegularExpressions
- Library Aspose.PUB for C++