Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-04-20 14:51
Flavor·PCRE (Legacy)

/
^((?=\S*?[A-Z])(?=\S*?[a-z])(?=\S*?[0-9])(?=.*[!@#$&*]).{6,})\S$
/
Open regex in editor

Description

A password regex that has to have at least 1 uppercase caracter, 1 lowercase caracter, 1 special caracter and a digit

Submitted by MestreMurai