Community Patterns

Community Library Entry

-1

Regular Expression
Created·2017-07-03 20:10
Flavor·ECMAScript (JavaScript)

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

Description

no description available

Submitted by anonymous