From: Lorenzo Bettini (bettini_at_[hidden])
Date: 2005-05-31 09:15:29


Keith MacDonald wrote:
> Instead of regex_replace, you could use regex_search, then std::copy for
> literal replacement, or match_results::format otherwise.

OK, for the regex_search, but I do not understand how to use
match_results::format