Regular Expressions 101

Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-04-15 02:49
Flavor·PCRE (Legacy)

/
^(?=(?:.*[A-Z]))(?=(?:.*[a-z]))(?=(?:.*\d))(?=(?:.*[!@#$^&*()\-_=+{};:,.]))([A-Za-z0-9!@#$^&*()\-_=+{};:,.]{8,16})$
/
gmx
Open regex in editor

Description

password 8-16 with A-Z a-z 0-9 and !@#$ without %<>

Submitted by alfxjx