Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-02-22 08:56
Flavor·PCRE2 (PHP)

/
^(?=.*[0-9])(?=.*[a-z])(?=.*[A-Z]).{0,}$
/
gm
Open regex in editor

Description

at least 1 digit at least 1 lowercase at least 1 uppercase

Submitted by phil-all