Community Patterns

Community Library Entry

1

Regular Expression
Created·2021-02-19 19:22
Flavor·PCRE2 (PHP)

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

Description

no description available

Submitted by Bri Baldwin