Regular Expressions 101

Community Patterns

1

[sample]

PCRE2 (PHP >=7.3)
sample regular expression
Submitted by anonymous - an hour ago
1

email

PCRE2 (PHP >=7.3)
list of email
Submitted by anonymous - a day ago
1

match "baseip/cidr"

PCRE2 (PHP >=7.3)
match "baseip/cidr"
Submitted by Erik - 5 days ago
1

amp;

PCRE2 (PHP >=7.3)
subtitui
Submitted by seidao - 19 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 - 4 months ago