• v1.0.0 5d283ed24b

    v1.0.0
    Some checks failed
    CI / test (push) Failing after 13s
    CI / build (push) Has been skipped
    Stable

    7000pctAUTO released this 2026-02-06 01:13:25 +00:00 | 6 commits to main since this release

    Initial 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-cli
    

    Quick Start

    regex-humanizer explain "\d{3}-\d{4}"
    regex-humanizer test "\d+" --count 5
    regex-humanizer interactive
    
    Downloads