طريقة System::Text::RegularExpressions::Regex::Unescape
Regex::Unescape method
يفكّ تشفير الأحرف الخاصة في السلسلة المستخدمة كجزء من النمط.
static String System::Text::RegularExpressions::Regex::Unescape(const String &str)
| معامل | نوع | الوصف |
|---|---|---|
| str | const String& | String لإلغاء ترميز الأحرف الخاصة فيها. |
ReturnValue
String with unescaped special characters.
انظر أيضًا
- Class String
- Class Regex
- Namespace System::Text::RegularExpressions
- Library Aspose.Font for C++