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

Fix dot to match anything in ascii mode #135

Closed nitely closed 6 months ago

nitely commented 6 months ago

same as PCRE and python regex