Community Patterns

Community Library Entry

0

Regular Expression
Created·2023-05-26 01:39
Flavor·PCRE2 (PHP)

/
^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=.*?[#?!@$%^&*-]).{6,}$
/
g
Open regex in editor

Description

Password Regex with minimum contain one Numeric, Special Char, Uppercase, Lowercase

Submitted by yvnt