System::Text::RegularExpressions::Regex::Unescape 方法
Regex::Unescape method
对用作模式一部分的字符串中的特殊字符进行反转义。
static String System::Text::RegularExpressions::Regex::Unescape(const String &str)
| Parameter | Type | 描述 |
|---|---|---|
| str | const String& | String 用于反转义其中的特殊字符。 |
ReturnValue
String with unescaped special characters.
另见
- Class String
- Class Regex
- Namespace System::Text::RegularExpressions
- Library Aspose.Page for C++