nitely / nim-regex

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

fix findAll empty match, fix issue #29 #65

Closed nitely closed 4 years ago

nitely commented 4 years ago

fixes #29

Follow nre and Python regex behavior.