System::Text::RegularExpressions::Regex::Escape metod
Regex::Escape method
Escapar specialtecken för att använda strängen som en del av mönstret.
static String System::Text::RegularExpressions::Regex::Escape(const String &str)
| Parameter | Type | Beskrivning |
|---|---|---|
| str | const String& | String för att koda specialtecken i. |
ReturnValue
String with escaped special characters.
Se även
- Class String
- Class Regex
- Namespace System::Text::RegularExpressions
- Library Aspose.Page for C++