System::Text::RegularExpressions::Regex::Escape méthode
Regex::Escape method
Échappe les caractères spéciaux pour utiliser la chaîne comme partie du modèle.
static String System::Text::RegularExpressions::Regex::Escape(const String &str)
| Paramètre | Type | Description |
|---|---|---|
| str | const String& | String dans laquelle échapper les caractères spéciaux. |
ReturnValue
String with escaped special characters.
Voir aussi
- Class String
- Class Regex
- Namespace System::Text::RegularExpressions
- Library Aspose.Font for C++