Boost logo

Boost-Build :

Subject: Re: [Boost-build] boost::regex ++ sequence trouble
From: John Maddock (john_at_[hidden])
Date: 2009-03-29 10:26:56


> My regex requires a ++ sequence like so "[a-zA-Z0-9.!%*_+`'~-]++".
> But, of course "Invalid preceding regular expression", so I am not
> sure how I need to escape these or whatnot. Help?

Use "\\+" to match a literal "+",

HTH, John.


Boost-Build list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk