The document contains a JavaScript regular expression to validate an email address. It defines a regular expression to check the format of an email, and uses it to test a sample email, alerting whether it is valid or invalid.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
17 views1 page
Email Validate
The document contains a JavaScript regular expression to validate an email address. It defines a regular expression to check the format of an email, and uses it to test a sample email, alerting whether it is valid or invalid.