Regular Expressions 101

Community Patterns

0

teste

Python
tes
Submitted by tes - 8 years ago

Address email

1

Regular Expression
ECMAScript (JavaScript)

/
^[a-zA-Z0-9]+(.?[a-zA-Z0-9_-])*@[a-zA-Z0-9_-]+(.[a-zA-Z0-9_-])+$
/

Description

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