Metodo System::Text::RegularExpressions::Regex::Escape
Regex::Escape method
Escapa i caratteri speciali per utilizzare la stringa come parte del modello.
static String System::Text::RegularExpressions::Regex::Escape(const String &str)
| Parametro | Tipo | Descrizione |
|---|---|---|
| str | const String& | String per eseguire l’escape dei caratteri speciali in. |
ReturnValue
String with escaped special characters.
Vedi anche
- Class String
- Class Regex
- Namespace System::Text::RegularExpressions
- Library Aspose.Font for C++