-
v0.1.0
Stablereleased this
2026-02-02 06:30:47 +00:00 | 21 commits to main since this releaseInitial release of Regex Humanizer CLI
A CLI tool that converts complex regular expressions into human-readable plain English descriptions.
Features
- Regex to English conversion
- Example match generation
- Bidirectional conversion (English to regex)
- Multiple regex flavor support (PCRE, JavaScript, Python, Go)
- Interactive pattern builder wizard
Installation
pip install regex-humanizerUsage
regex-humanizer explain "^\w+@\w+\.\w+$" regex-humanizer generate "\d{3}-\d{4}" regex-humanizer from-english "a digit followed by a letter" regex-humanizer buildDownloads