System::Text::RegularExpressions::Regex::Escape method
Regex::Escape method
Escapet speciale tekens om een string te gebruiken als onderdeel van het patroon.
static String System::Text::RegularExpressions::Regex::Escape(const String &str)
| Parameter | Type | Beschrijving |
|---|---|---|
| str | const String& | String om speciale tekens te escapen. |
ReturnValue
String with escaped special characters.
Zie ook
- Class String
- Class Regex
- Namespace System::Text::RegularExpressions
- Library Aspose.Page for C++