Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-05-05 13:36
Flavor·ECMAScript (JavaScript)

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

Description

min / maj / special / digit / minChar=6

Submitted by anonymous