Community Patterns

Community Library Entry

1

Regular Expression
Created·2023-10-07 11:41
Updated·2024-07-24 14:09
Flavor·ECMAScript (JavaScript)

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

Description

Validate unicode email addresses

Submitted by anonymous