Regular Expressions 101

Community Patterns

1

all email types

PCRE2 (PHP >=7.3)
work@ing.yes
Submitted by Stormyz - 3 months ago
0

Regex PO 2

PCRE2 (PHP >=7.3)
Regex PO 2
Submitted by anonymous - 3 months ago
0

Regex PO

PCRE2 (PHP >=7.3)
Regex PO
Submitted by anonymous - 3 months ago
0

8 Character Password

PCRE2 (PHP >=7.3)
RegEx
Submitted by anonymous - 3 months ago

https://*.youtube.com (www or non www)

0

Regular Expression
PCRE2 (PHP >=7.3)

/
^https:\/\/(?:www\.)?youtube\.com\b
/
mg

Description

Loading markdown...
Submitted by davidgaroro - 5 months ago