-
-
Save 4drian-sanchez/36505bdcc2e279e3c90b406f8edf3da3 to your computer and use it in GitHub Desktop.
Expresion regular para validar correos electronicos
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const regex = new RegExp("([!#-'*+/-9=?A-Z^-~-]+(\.[!#-'*+/-9=?A-Z^-~-]+)*|\"\(\[\]!#-[^-~ \t]|(\\[\t -~]))+\")@([!#-'*+/-9=?A-Z^-~-]+(\.[!#-'*+/-9=?A-Z^-~-]+)*|\[[\t -Z^-~]*])"); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment