Regular Expressions 101

Community Patterns

0

NLP_Regex

Python
Learning Regex for NLP
Submitted by anonymous - 5 months ago
0

comma separated ESPEC

Python
ESPEC
Submitted by Ian Cole - 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