System::Text::RegularExpressions::Regex::Unescape method
Regex::Unescape method
Verwijdert escape‑tekens in een string die als onderdeel van het patroon worden gebruikt.
static String System::Text::RegularExpressions::Regex::Unescape(const String &str)
| Parameter | Type | Beschrijving |
|---|---|---|
| str | const String& | String om escape‑tekens te verwijderen. |
ReturnValue
String with unescaped special characters.
Zie ook
- Class String
- Class Regex
- Namespace System::Text::RegularExpressions
- Library Aspose.Page for C++