-
v1.0.0
Stablereleased this
2026-02-06 01:13:25 +00:00 | 6 commits to main since this releaseInitial release of Regex Humanizer CLI - A CLI tool that converts complex regex patterns to human-readable English descriptions and generates comprehensive test cases.
Features
- Regex to English Translation
- Auto-Generate Test Cases (matching and non-matching)
- Multi-Flavor Support (PCRE, JavaScript, Python)
- Interactive Mode for exploring patterns
- Pattern Validation
- Flavor Conversion
Installation
pip install regex-humanizer-cliQuick Start
regex-humanizer explain "\d{3}-\d{4}" regex-humanizer test "\d+" --count 5 regex-humanizer interactiveDownloads