Regular Expressions 101

Community Patterns

FI-Email2-final

0

Regular Expression
ECMAScript (JavaScript)

/
^[-a-zA-Z0-9#$%'_]+(\.[-a-zA-Z0-9#$%'_]+)*@(([a-zA-Z0-9]{1,2}|[a-zA-Z0-9][-a-zA-Z0-9]+[a-zA-Z0-9])\.)+(?!\d+$)[a-zA-Z0-9]{2,4}$
/
gm

Description

Fleet Insight Email RegEx with dashes not allowed in domain relaxed teh 4 char limit on TLD

Submitted by anonymous - 6 years ago