다음을 통해 공유


regex Typedef

Type definition for char basic_regex.

typedef basic_regex<char> regex;

설명

The type describes a specialization of template class basic_regex 클래스 for elements of type char.

참고

High-bit characters will have unpredictable results with regex.Values outside the range of 0 to 127 may result in undefined behavior.

요구 사항

헤더:<regex>

네임스페이스: std

참고 항목

참조

<regex>

wregex Typedef