Regular Expressions 101

Community Patterns

0

Numbered Lists

Python
no description available
Submitted by anonymous - 4 years ago
0

MineDisc

Python
no description available
Submitted by anonymous - 4 years ago
0

Sections

Python
no description available
Submitted by anonymous - 4 years ago
0

Emojicleaner

Python
no description available
Submitted by anonymous - 4 years ago
0

Crontabber

Python
no description available
Submitted by anonymous - 4 years ago

Python:Match paragraphs separated by URL

1

Regular Expression
Python

r"
(.*?)\n+http://[^\n]*
"
gsi

Description

Loading markdown...
Submitted by anonymous - 4 years ago