Boost logo

Boost :

From: John Maddock (jm_at_[hidden])
Date: 2002-09-15 05:49:17


> in boost regex in 1.27.0, I use the format string, $11$2 to mean "$1, then
> '1', then '$2', but it seems as thought regex_merge() is interpreting it
as
> "$11, then $2". How can I disambiguate?

I think you can use ($1)1$2, if that doesn't work then you would have to use
something more like $1\x{dd}$2 where dd is the hexadecimal code for the
character you want.

John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/index.htm


Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk