/ Published in: JavaScript

Expand |
Embed | Plain Text
//validacion de mail function validarmail(email){ return (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(email)); }
You need to login to post a comment.
//validacion de mail function validarmail(email){ return (/^\w+([\.-]?\w+)*@\w+([\.-]?\w+)*(\.\w{2,3})+$/.test(email)); }
You need to login to post a comment.