Boost logo

Boost-Build :

Subject: Re: [Boost-build] boost::regex ++ sequence trouble
From: Simply Seven (simply7_at_[hidden])
Date: 2009-03-31 00:59:36


Thanks John that fixed the problem, but I ran into another one,
posted already. :-/

thx

On Mar 29, 2009, at 7:26 AM, John Maddock wrote:

>> 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.
> _______________________________________________
> Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build


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