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++