Validar email en Javascript


/ Published in: JavaScript
Save to your folder(s)


URL: 1. function isValidEmailAddress(emailAddress) { 2. var pattern = new RegExp(/^(("[\w-\s]+")|([\w-]+(?:\.[\w-]+)*)|("[\w-\s]+")([\w-]+(?:\.[\w-]+)*))(@((?:[\w-]+\.)*\w[\w-]{0,66})\.([a-z]{2,6}(?:\.[a-z]{2})?)$)|(@\[?((25[0-5]\.|2[0-4][0-9]\.|1[0-9

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.