Skip to content

Catastrophic backtracking

·

hard

The quoted run

Match a whole string that is a pair of double quotes with anything except a quote between them. It has to be right, and it has to stay inside the budget on the unclosed quote at the end of the corpus.

//

Corpus

Steps0/ 360 · par 180
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

Trace

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

Cmd-Enter submits too.