std::basic_regex
std::basic_regex
Defined in header <regex> | ||
---|---|---|
template < class CharT, class Traits = std::regex_traits<CharT> > class basic_regex; | (since C++11) |
The class template basic_regex
provides a general framework for holding regular expressions.
Several specializations for common character types are provided:
Defined in header <regex> |
|
---|---|
Type | Definition |
reg
|