/regex-gen

Small regular expression expander, converting regexs into giant lists fo strings

Primary LanguagePython

regex-gen

A small library that parses a regex and then outputs every single value it can match*.

*regex-gen has a limit on unlimited match items (+ and *).