-
-
Save LuisTul/6d31f60d20282ea424ee3e0775ba02bc to your computer and use it in GitHub Desktop.
Validar email
This file contains 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