$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] Regex & Multiple Iterations in single string?
From: Andrew Holden (aholden_at_[hidden])
Date: 2009-01-27 15:58:39
John D wrote:
> Anyone know how I can run a regex of "e" on "ececece" and deal with the 4 occurences on an individual basis.
Check out the regex_iterator class.