Community Patterns

Community Library Entry

1

Regular Expression
Created·2016-05-02 06:39
Flavor·PCRE (Legacy)

/
^(?=.*?[0-9].*?[0-9])(?=.*[!@#$%])[0-9a-zA-Z!@#$%0-9]{8,}$
/
gm
Open regex in editor

Description

min length 6 and 1 number 1 epecial charachtor

Submitted by anonymous