Regular Expressions 101

Community Patterns

0

Url handling

Python
Simple regex to split url
Submitted by Hangfish - a year ago

Simplistic email

1

Regular Expression
ECMAScript (JavaScript)

/
^([^@]+)@(.+)$
/
mg

Description

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