
30 Jul
2007
30 Jul
'07
7:17 p.m.
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

31 Jul
31 Jul
1:01 p.m.
On July 30, 2007, Mike Gagnon wrote:
Is there a way for me to use boost in Visual C++ 6.0 to do what I want?
Take a look at http://www.boost.org/libs/regex/doc/regex_replace.html
6505
Age (days ago)
6506
Last active (days ago)
2 comments
2 participants
participants (2)
-
Andrew Holden
-
Mike Gagnon