From: John Maddock (john_at_[hidden])
Date: 2007-04-26 04:14:04


ivan_at_[hidden] 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.