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
Parameter | Type | Description |
---|---|---|
str | const String& | String to unescape special characters in. |
Return Value
String with unescaped special characters.
See Also
- Class String
- Class Regex
- Namespace System::Text::RegularExpressions
- Library Aspose.Slides