$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
Subject: Re: [Boost-users] [regex] Context-sensitive replacement of textusingregex_replace
From: John Maddock (john_at_[hidden])
Date: 2009-02-25 07:51:13
> Having done something similar a number of times, I wonder if it would be
> worth
> implementing a variant of regex_replace where a functor is called that
> accepts
> the matched string and returns the replacement string.
>
> I think this is a common usage scenario.
Me too: I was thinking exactly this as I wrote that reply, I'll try and add
this for the next release - can I get you to file a feature request at
svn.boost.org so I don't forget?
Cheers, John.