Regular Expressions 101

Community Patterns

There does not seem to be anything here

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