Regular Expressions 101

Community Patterns

0

qid

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

time

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

HDFC

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

try

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

check password complexity

0

Regular Expression
PCRE (PHP <7.3)

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

Description

Loading markdown...
Submitted by anonymous - 4 years ago