$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2007-08-21 04:59:50
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.