Escape()
Regex::Escape(const String&) method
Escapes special characters to use string as part of the pattern.
static String System::Text::RegularExpressions::Regex::Escape(const String &str)
Arguments
Parameter | Type | Description |
---|---|---|
str | const String& | String to escape special characters in. |
Return Value
String with escaped special characters.
See Also
- Class String
- Class Regex
- Namespace System::Text::RegularExpressions
- Library Aspose.Slides