11 Nov
2004
11 Nov
'04
7:37 a.m.
John Maddock
Why not use regex_iterator to enumerate the matches, and replace them with your string?
John.
I have to use this replacement in my own string class which is inherited from std::string. I try it and it seems, that I have some trouble with the understanding of regex_iterator, also the existing examples doesn't help me :-( Is it possible for you, to look at my example and give me some hint, how to implement this case, with the regex_iterator? Many thanks Arno