j
k
j a
j l
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
Back to the thread
Back to the list