Thursday, April 23, 2015

Re: positive lookbehind

On Thu, 23 Apr 2015 at 11:06pm -0700, av wrote:

> Instead of positive look behind, you could use \zs to define the location you want to start matching.

Thanks, Alexandre. Yes, I know that \zs is the better choice for
simplicity and performance. I would prefer it over positive lookbehinds;
I was just curious about why the lookbehind didn't work (well, now
does).

Best,
Claus

No comments: