Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

email regex

// This is by far the best regex used for email
^w+([-+.']w+)*@w+([-.]w+)*.w+([-.]w+)*$
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #email #regex
ADD COMMENT
Topic
Name
3+2 =