Regular Expressions 101

Community Patterns

Simple email + gmail folder mod ('+spam', for example)

0

Regular Expression
ECMAScript (JavaScript)

/
(\w+)\+?(\w*)@(\w+)\.[a-zA-Z]
/
g

Description

no description available

Submitted by zarapustra - 6 years ago