Community Patterns

Community Library Entry

1

Regular Expression
Created·2024-08-27 02:43
Flavor·ECMAScript (JavaScript)

/
^(?:[^\s@]*)[\w]{1}@{1}(?:[^\s@]+)[\.]{1}(?:[^\s@]{1,255}\w{1})$
/
mg
Open regex in editor

Description

Simply e-mail pattern for html <input type="email" pattern=""> tag.

Submitted by KsaR99