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