Does anybody know if regex++ has support for lookbehind assertions, or if
there is a way of achieving the same result with other expressions.

Example lookbehind assertion:
(?<!\\), - match a [,] only when it is not preceeded by a [\] character



_______________________________________________
Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost

Reply via email to