Does regex coach support lookahead? lookbehind? If so, can someone please send a sample? I have tried something like: my test(?<=something) but it just takes (?<= as a normal regex rather than as a boost type lookbehind. Thanks, Steve
On Sat, 25 Nov 2006 00:52:51 -0500, "carr.org" stevenba@carr.org wrote:
Does regex coach support lookahead? lookbehind?
Yes.
I have tried something like: my test(?<=something) but it just takes (?<= as a normal regex rather
Please send exactly what you tried - regex and target string. Then we can see if the behaviour of the program is correct.
than as a boost type lookbehind.
I don't know what a "boost type lookbehind" is.
Cheers, Edi.