![]() |
Home | Libraries | People | FAQ | More |
boost::xpressive::regex_match — See if a regex matches a sequence from beginning to end.
// In header: <boost/xpressive/regex_algorithms.hpp> template<typename BidiIter> ( begin, end, match_results< what, basic_regex< re, flags = ); template<typename BidiIter> ( begin, end, basic_regex< re, flags = ); template<typename Char> ( begin, match_results< what, basic_regex< re, flags = ); template<typename BidiRange, typename BidiIter> ( rng, match_results< what, basic_regex< re, flags = , = ); template<typename BidiRange, typename BidiIter> ( rng, match_results< what, basic_regex< re, flags = , = ); template<typename Char> ( begin, basic_regex< re, flags = ); template<typename BidiRange, typename BidiIter> ( rng, basic_regex< re, flags = , = ); template<typename BidiRange, typename BidiIter> ( rng, basic_regex< re, flags = , = );
Determines whether there is an exact match between the regular expression re
, and all of the sequence [begin, end)
.
Parameters: |
|
||||||||||
Requires: |
Type |
||||||||||
Requires: |
|
||||||||||
Returns: |
|
||||||||||
Throws: |
regex_error on stack exhaustion |