Regular Expressions 101

Community Patterns

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
0

test

Golang
no description available
Submitted by anonymous - 3 years ago
0

My text

Python
no description available
Submitted by anonymous - 3 years ago

Lookbehind for a word before capturing whitespaces

0

Regular Expression
Python

r"
\b(?<=\w)\s{20}
"
gm

Description

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