Regular Expressions 101

Community Patterns

Community Library Entry

1

Regular Expression
ECMAScript (JavaScript)

/
^[\p{L}\d!#$%&'*+/=?^_`{|}~-]+(?:\.[\p{L}\d!#$%&'*+/=?^_`{|}~-]+)*@[\p{L}\d]+(?:(?:\.|-+)[\p{L}\d]+)*\.\p{L}{2,}$
/
umg

Description

Validate unicode email addresses

Submitted by anonymous - a year ago (Last modified 5 months ago)