Constructs a new regex_iterator
:
regex_iterator
from the sequence of characters [a, b)
, the regular expression re
, and a flag m
that governs matching behavior. This constructor performs an initial call to std::regex_search
with this data. If the result of this initial call is false
, *this
is set to an end-of-sequence iterator.regex_iterator
.a | - | BidirIt to the beginning of the target character sequence |
b | - | BidirIt to the end of the targe character sequence |
re | - | regular expression used to search the target character sequence |
m | - | flags that govern the behavior of re |
© cppreference.com
Licensed under the Creative Commons Attribution-ShareAlike Unported License v3.0.
http://en.cppreference.com/w/cpp/regex/regex_iterator/regex_iterator