Skip to content

Instantly share code, notes, and snippets.

@LuisTul
Forked from codigoconjuan/app.js
Created November 10, 2023 19:14
Show Gist options
  • Save LuisTul/6d31f60d20282ea424ee3e0775ba02bc to your computer and use it in GitHub Desktop.
Save LuisTul/6d31f60d20282ea424ee3e0775ba02bc to your computer and use it in GitHub Desktop.
Validar email
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