Skip to content

Lookaround

·

hard

Three requirements at once

Match a string of at least eight characters that contains at least one lowercase letter, at least one uppercase letter and at least one digit. Any other character is allowed as well.

//

Corpus

Steps0/ 2,811 · par 937
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.