Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-09-13 19:51
Flavor·PCRE2 (PHP)

/
^(?=.*\d)(?=.*[@#\-_$%^&+=§!\?])(?=.*[a-z])(?=.*[A-Z])[0-9A-Za-z@#\-_$%^&+=§!\?]{8,20}$
/
Open regex in editor

Description

For password validation

Submitted by anonymous