Regular Expressions 101

Community Patterns

simple password

0

Regular Expression
PCRE (PHP <7.3)

/
^(?=.{8})(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=[\w\d[:punct:]]+$)
/
gm

Description

no description available

Submitted by anonymous - 5 years ago