nitely / nim-regex

Pure Nim regex engine. Guarantees linear time matching
https://nitely.github.io/nim-regex/
MIT License
225 stars 20 forks source link

Lookarounds #94

Closed nitely closed 3 years ago

nitely commented 3 years ago

Fixes #6

The behaviour is the same as in JS, and Dlang. Dlang differs from JS in how nested lookarounds are handled, but I think JS is correct.