$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: John Maddock (john_at_[hidden])
Date: 2005-09-26 11:18:34
> In this regard, xpressive behaves like Perl and like Boost.Regex. For
> captures in repeats, only the last iteration is remembered.
Minor correction (and advertisement!) Boost.Regex has optional support for
repeated captures: presenting all the matches found as a list rather than
just the last found.
John.