ASP.NET WITH C# ERRORS TROUBLE SHOOTING
These are some of the errors I faced and solved
HOME
HOME
Wednesday, August 22, 2012
Simple Email validation in Javascript
function is_email(email) {
var emailReg = /^[a-zA-Z0-9._-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,4}$/;
return emailReg.test(email);
}
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment