2013年1月18日 星期五

javascript 檢查 EMail 格式 是否正確

參考 http://blog.udn.com/LupinBlog/1900901




function validateEmail(email) {
regularExpression = /^[^\s]+@[^\s]+\.[^\s]{2,3}$/;
if (regularExpression.test(email)) {
return true;
}else{
return false;
}
}

0 意見:

張貼留言

 

MangoHost Copyright © 2009 Cookiez is Designed by Ipietoon for Free Blogger Template