regex

typedef basic_regex<char> regex;

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