[regex-coach] does regex coach support lookahead and lookbehind?
carr.org
25 Nov
2006
25 Nov
'06
6:52 a.m.
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