Community Patterns

Community Library Entry

1

Regular Expression
Created·2025-02-04 08:59
Flavor·ECMAScript (JavaScript)

/
^(?=.*\d)(?=.*[A-Z])(?=.*[a-z])(?=.*[^\w\d\s:])([^\s]){8,16}$
/
gm
Open regex in editor