iter-tools / regex

A streaming regex evaluation engine
MIT License
11 stars 1 forks source link

Rep state #17

Closed conartist6 closed 3 years ago

conartist6 commented 3 years ago

Adds character classes and case insensitivity. Fixes looping when empty repetitions are repeated. Eliminates recompilation of pattern that repeat had been causing. Better than Google's?

Fixes #6 Fixes #8