Created
October 6, 2022 22:32
-
-
Save codigoconjuan/930b0b9b1964e2b54be35dd476d5ce74 to your computer and use it in GitHub Desktop.
Validar email
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 = /^\w+([.-_+]?\w+)*@\w+([.-]?\w+)*(\.\w{2,10})+$/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Gracias por el aporte Profe Juan.