Skip to content

Alternation and order

·

warm-up

Yes or no

Match a string that is exactly yes or exactly no. Nothing longer, nothing with either one inside it.

//

Corpus

Steps0/ 174 · par 58
Every input, what the pattern matched in it, and what each group captured
InputMatchSteps
(empty)3
(empty)3
(empty)3
(empty)3
(empty)3
(empty)3
(empty)3

Trace

Select an input to step through what your pattern did to it.

Cmd-Enter submits too.