011 GitHub stars
02Generate common regex patterns from natural language descriptions (e.g., email, URL, UUID)
03Debug patterns visually with smart hints when matches fail (case, anchors, whitespace)
04Validate regex syntax with common pitfall warnings (greedy traps, anchor issues)
05Test patterns against text with highlighted matches, capture groups, and coverage stats
06Explain patterns with token-by-token breakdown and nested group indentation