Community Patterns

Community Library Entry

0

Regular Expression
Created·2021-06-11 11:31
Flavor·ECMAScript (JavaScript)

/
^[\w@-]{8,20}$
/
g
Open regex in editor

Description

Password regex ( includes all alphanumeric, @ , - , _ ).. requires 8 min 8 characters. maximum 20 characters

Submitted by anonymous