Hacker News new | ask | show | jobs
by chx 582 days ago
oooo

variable-length lookbehind assertions are now supported.

yay! I needed that so many times.

1 comments

While variable-length lookbehind is surely more comfortable to work with, I found clever usage of \K to be largely sufficient in most cases.

But I agree, a great feature!