Community Patterns

Community Library Entry

0

Regular Expression
Created·2020-01-31 16:19
Flavor·ECMAScript (JavaScript)

/
^(([^<>()\[\]\.,;:\s@\"]{1,64}(\.[^<>()\[\]\.,;:\s@\"]{1,64})*)|(\".{1,64}\"))@(([^<>()\.,;\s@\"]+\.{0,1})+[^<>()\.,;:\s@\"]{2,})$
/
i
Open regex in editor

Description

Follow the rules found in https://www.wikiwand.com/en/Email_address. Check all the address given to check if the addresses are valid or not.

Submitted by anonymous