Skip to content

Literals and classes

·

warm-up

Just the numbers

Match a string made only of digits, and nothing else. A string with a space, a sign or a decimal point in it is not one.

//

Corpus

Steps0/ 261 · par 87
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
(empty)3
(empty)3

Trace

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

Cmd-Enter submits too.