Boost logo

Boost :

From: John Maddock (John_Maddock_at_[hidden])
Date: 2002-01-23 07:49:46


The regex lib, now has experimental support for perl style forward
lookahead assertions, using the syntax extensions:

(?=exp) positive zero width forward assertion on exp.
(?!exp) negative zero width forward assertion on exp.

I'm currently looking for anyone willing to test these, and for real world
test cases to add to the regression tests, before documenting the
extensions and making them "official".

Many thanks.

- John Maddock
http://ourworld.compuserve.com/homepages/john_maddock/


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