Regular Expressions 101

Community Patterns

0

Url handling

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

SAFE Parsing

0

Regular Expression
Python

r'
(\S+=\"[^"]+\")|(\S+=\S+)
'
g

Description

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