Talk:cpp/regex/regex match
From cppreference.com
[edit] problem with wording of regex_match
"1) Determines if there is a match between the regular expression e and the entire target character sequence [first,last), taking into account the effect of flags. When determining if there is a match, only potential matches that match the entire character sequence are considered. Match results are returned in m."
a little clearer wording and more explicit please. this makes it sound as if it's matching the entire string only when it is not. it could be a partial match. the only case of a full match is either the entire string or enclosing with ^$ which is not the normative case.
for instance, what variable is "target"? --50.188.152.148 05:38, 9 November 2016 (PST)