Regex From Examples
Give match and non-match examples, get a regex plus a plain-English breakdown and extra test strings.
Intermediate1 min read
Customize
Fill these in and the prompt below updates as you type. Anything you leave blank stays as a placeholder.
Your prompt
3 placeholders leftWrite a regex for {{flavor}} that matches the SHOULD-MATCH strings and rejects the SHOULD-NOT strings. Should match: {{should_match}} Should NOT match: {{should_not_match}} Return: the regex, a plain-English explanation of each part, and 3 extra test strings you would add to be sure it is correct.