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

Add reRepRangeLimit compile flag to define range limit #113

Closed artemklevtsov closed 2 years ago

artemklevtsov commented 2 years ago

I faced with this limit in some regexes from the uap-core. I suggest a flag to control this limit.