Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2018-02-08 15:55
Flavor·PCRE (Legacy)

/
^(?=.{6})(?=.*[a-z])(?=.*[A-Z])(?=.*[!"'()\[\]*,-.\/:;<>_`{}|~@#$%^&+=]).*$
/
g
Open regex in editor

Description

At least 6 chars with 1 upper/lower case letter and 1 special char

Submitted by anonymous