Regular Expressions 101

Community Patterns

1

Parser

PCRE2 (PHP >=7.3)
for mail
Submitted by anonymous - 10 hours ago
1

amp;

PCRE2 (PHP >=7.3)
subtitui
Submitted by seidao - 7 days ago
1

números html

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

select report

PCRE2 (PHP >=7.3)
select report
Submitted by H.Nasirii - 10 days ago

Password Enforcement Pattern -- trailing pattern

2

Regular Expression
PCRE (PHP <7.3)

/
(?=^.{8,32}$)(?=.*\d)(?=.*[!@#$%^&*]+)(?![.\n])(?=.*[A-Z])(?=.*[a-z]).*$
/

Description

Loading markdown...
Submitted by Dave Phillips - 9 years ago