26 Apr
2007
26 Apr
'07
8:14 a.m.
ivan@0x4849.net wrote:
Hi
I am trying to use boost::regex_replace but I am having trouble understanding the format to use for the the format string.
The Ecma-262.pdf rules for how to create a format string seem quite terse. Does anyone know of a reference that has some more examples?
Try http://www.boost.org/libs/regex/doc/format_perl_syntax.html the ECMA and Perl Syntaxes are the same. I'll update the docs to make that clearer. HTH, John.