Regular Expressions 101

Community Patterns

0

AT+ - Image

PCRE2 (PHP >=7.3)
parse at+ syntax
Submitted by Carsten - 5 months ago
0

Attribute value

PCRE2 (PHP >=7.3)
eeee
Submitted by Me - 5 months ago

Find Reddit Threads

10

Regular Expression
Python

r"
(^https?://)?(\w+)?\.?(reddit\.com/|redd\.it/)(r/\w+/)?(comments/)?(\w+)
"
gm

Description

Loading markdown...
Submitted by Mio - 9 years ago