Regular Expressions 101

Community Patterns

1

example

Python
group matching
Submitted by anonymous - 10 years ago
1

Path to devices

Python
no description available
Submitted by Airam - 10 years ago
7

CSS Import

Python
no description available
Submitted by anonymous - 10 years ago
1

IPv4 extraction

Python
no description available
Submitted by Jacob - 10 years ago
3

date time

Python
1/Jul/2013 03:27:12
Submitted by himel - 10 years 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