Regular Expressions 101

Community Patterns

1

my

PCRE2 (PHP >=7.3)
replace first line and second
Submitted by MH - 15 hours ago
1

Parser

PCRE2 (PHP >=7.3)
for mail
Submitted by anonymous - 2 days ago
1

GrEedy

Python
greedy or no greedy_**
Submitted by daen3r1s - 3 days ago
1

amp;

PCRE2 (PHP >=7.3)
subtitui
Submitted by seidao - 9 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