regexforge_synth
Synthesize a battle-tested regex from labeled examples. Input: optional natural-language description + 20 examples (10 positive, 10 negative, or any mix of ≥4). Output: regex + flags + test matrix proving every example is handled correctly + backtracking-risk analysis. Deterministic; no LLM at serve time.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| examples | Yes | ||
| description | No | Optional natural-language description, used only for tie-breaking. |