Answers for "how to check email is valid or not in html"

1

html email regex

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

email validator hmtl

/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/
Posted by: Guest on March-10-2022

Code answers related to "how to check email is valid or not in html"

Browse Popular Code Answers by Language