Regular Expressions 101

Community Patterns

0

Email

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 4 years ago
0

decode

PCRE (PHP <7.3)
no description available
Submitted by anonymous - 4 years ago

Password Security and Validation

0

Regular Expression
PCRE (PHP <7.3)

/
^((?=\S*?[A-Z])(?=\S*?[a-z])(?=\S*?[0-9])(?=.*[!@#$&*]).{6,})\S$
/

Description

Loading markdown...
Submitted by MestreMurai - 8 years ago