Regular Expressions 101

Community Patterns

0

Url handling

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

Email id extraction

0

Regular Expression
Python

r"
\w+@\w+\.\w+
"
gm

Description

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