Regular Expressions 101

Community Patterns

Your search did not match anything

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 7 months ago)