|
inline |
Indicates if there is a match between the regular expression e and a string.
| __s | [IN] The string to match. |
| __re | [IN] The regular expression. |
| __flags | [IN] Controls how the regular expression is matched. |
| true | A match exists. |
| false | Otherwise. |
| an | exception of type regex_error. |
Definition at line 2417 of file regex.h.
References std::basic_string< _CharT, _Traits, _Alloc >::begin(), std::basic_string< _CharT, _Traits, _Alloc >::end(), std::regex_constants::match_default, and regex_match().
