Exrex : Irregular Methods On Regular Expressions

Exrex is a command line tool and python module that generates all – or random – matching strings to a given regular expression and more. It’s pure python, without external dependencies. There are regular expressions with infinite matching strings (eg.: [a-z]+), in these cases it limits the maximum length of the infinite parts. It uses generators, …