exrex
Irregular methods on regular expressions
Irregular methods on regular expressions
To install this package, run one of the following:
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 exrex limits the maximum length of the infinite parts.
Exrex uses generators, so the memory usage does not depend on the number of matching strings.
Summary
Irregular methods on regular expressions
Last Updated
Nov 13, 2024 at 20:43
License
AGPL-3.0-or-later
Total Downloads
12.3K
Supported Platforms
GitHub Repository
https://github.com/asciimoo/exrexDocumentation
https://exrex.readthedocs.io/