Regular Expressions 101

Community Patterns

1

checkmai2

PCRE2 (PHP >=7.3)
imnt
Submitted by anonymous - a day ago
1

checkmail

PCRE2 (PHP >=7.3)
intern
Submitted by anonymous - a day ago
1

Xcode

PCRE2 (PHP >=7.3)
Xcode
Submitted by iulianOnofrei (U-lee-aan) - 4 days ago
1

just for test

PCRE2 (PHP >=7.3)
don't mind
Submitted by anonymous - 7 days ago
1

datime

PCRE2 (PHP >=7.3)
datetime
Submitted by anonymous - 10 days ago

Password (Numeric, Special Char, Uppercase, Lowercase)

0

Regular Expression
PCRE2 (PHP >=7.3)

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

Description

Loading markdown...
Submitted by yvnt - 7 months ago