Community Patterns

Community Library Entry

0

Regular Expression
Created·2018-06-22 12:47
Flavor·PCRE (Legacy)

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

Description

password 8-16 characters atleast 1 lowercase,1 upper case,1 Spl. char,1 digit

Submitted by anonymous