Answers for "what is the format for the html5 tag to validate an email address"

1

html email regex

var email = /^[a-z0-9._%+-]+@[a-z0-9.-]+\.[a-z]{2,4}$/;
Posted by: Guest on September-01-2021

Code answers related to "what is the format for the html5 tag to validate an email address"

Browse Popular Code Answers by Language