Hmm.. I've checked out the documentation, and the examples are really, really way out of my league. Is there a wrapper function or something like this around it? Or anyone has one handy? I'll really appreciate it. John Maddock wrote:
izua wrote:
Thanks! This works, but it's not exactly what I want. The idea is to return all captures in all matches.
That's exactly what enumerating with regex_iterator gives you: everything else is just syntactic sugar storing the the results in an array or whatever.
John.
_______________________________________________ Boost-users mailing list Boost-users@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-users
-- View this message in context: http://www.nabble.com/regex_search-all-tf4292590.html#a12267286 Sent from the Boost - Users mailing list archive at Nabble.com.