Regular Expressions 101

Community Patterns

0

Url handling

Python
Simple regex to split url
Submitted by Hangfish - 2 years ago

Parsing text between '[' and ']' unlimited number of times

0

Regular Expression
Python

r"
(\[.*?\])
"
gm

Description

Loading markdown...
Submitted by anonymous - a year ago