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.Page for C++