Metodo System::Text::RegularExpressions::Regex::Unescape
Regex::Unescape method
Rimuove le sequenze di escape dei caratteri speciali nella stringa usata come parte del modello.
static String System::Text::RegularExpressions::Regex::Unescape(const String &str)
| Parametro | Tipo | Descrizione |
|---|---|---|
| str | const String& | String per rimuovere l’escape dei caratteri speciali in. |
ReturnValue
String with unescaped special characters.
Vedi anche
- Class String
- Class Regex
- Namespace System::Text::RegularExpressions
- Library Aspose.Font for C++