Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
Created·2024-08-06 15:45
Flavor·PCRE2 (PHP)

/
^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[-\@\#\$\.\%\&\*\!\+\_\=\?\'\{\}\(\)\/])([a-zA-Z0-9-\@\#\$\.\%\&\*\!\+\_\=\?\'\{\}\(\)\/]{8,16})$
/
gm
Open regex in editor

Description

1 lower 1 upper 1 special char, 8 to 18 chars...

Submitted by anonymous