regex Typedef

Type definition for char basic_regex.

typedef basic_regex<char> regex;

Remarks

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

Requirements

Header: <regex>

Namespace: std::tr1

See Also

Reference

<regex>

wregex Typedef