$include_dir="/home/hyper-archives/boost-users/include"; include("$include_dir/msg-header.inc") ?>
From: Mike Gagnon (mike.gagnon_at_[hidden])
Date: 2007-07-30 15:17:14
Hi Boost experts,
I'm writing code in Visual C++ 6.0 and I'm trying to replace text in a string using a regular expression to match the text. I know there is a replace function in boost - but I don't think it's accessible from the regex++ API (or am I too much of a newbie to realize this)?
Is there a way for me to use boost in Visual C++ 6.0 to do what I want?
Thanks for any help!
Best,
Mike