طريقة System::Text::RegularExpressions::Regex::Escape
Regex::Escape method
يهرب من الأحرف الخاصة لاستخدام السلسلة كجزء من النمط.
static String System::Text::RegularExpressions::Regex::Escape(const String &str)
| Parameter | Type | الوصف |
|---|---|---|
| str | const String& | String لترميز الأحرف الخاصة في. |
ReturnValue
String with escaped special characters.
انظر أيضًا
- Class String
- Class Regex
- Namespace System::Text::RegularExpressions
- Library Aspose.Page for C++