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.

또 보기