regex-writer
✓Verified·Scanned 2/18/2026
Generate regex patterns from plain English descriptions. Use when the user needs to create regular expressions without memorizing syntax.
from clawhub.ai·vfae9384·760 B·0 installs
Scanned from 1.0.0 at fae9384 · Transparency log ↗
$ vett add clawhub.ai/lxgicstudios/regex-writer
Regex Writer
Turn plain English into working regex patterns. Describe what you want to match and get a tested pattern back with explanation and examples.
Usage
npx ai-regex "your description here"
Examples
# Match email addresses
npx ai-regex "match valid email addresses"
# Extract phone numbers
npx ai-regex "US phone numbers with optional country code"
# Get JSON output
npx ai-regex --json "URLs starting with https"
Notes
- Free, open source, MIT licensed
- Built by LXGIC Studios
- GitHub: https://github.com/LXGIC-Studios/ai-regex