System::Text::RegularExpressions::Regex::Unescape メソッド

Regex::Unescape method

パターンの一部として使用される文字列内の特殊文字のエスケープを解除します。

static String System::Text::RegularExpressions::Regex::Unescape(const String &str)
パラメーター説明
strconst String&String の特殊文字をエスケープ解除する文字列。

ReturnValue

String with unescaped special characters.

参照