I am using this script for email validation and it worked well until...
if (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(Form1.PriEmail.value))
...apostrophes were introduced. If there is an apostrophe in the address the test fails the address. How do I fix it?
Thanks


Reply With Quote
Bookmarks