Community Patterns

Community Library Entry

0

Regular Expression
Created·2022-07-18 20:50
Flavor·PCRE2 (PHP)

/
(?=^.{8,}$)(?=[!@#%?&*!\\|]{1,})(?=^\S*$).*$
/
gm
Open regex in editor

Description

Password, 8 chars, at least one special char

Submitted by Roman Kocherezhchenko