Skip to content

Instantly share code, notes, and snippets.

@JorgeDevmm
Forked from codigoconjuan/app.js
Created March 3, 2023 17:23
Show Gist options
  • Save JorgeDevmm/a51d5e4f2f5c95eb17f170796b4e5ead to your computer and use it in GitHub Desktop.
Save JorgeDevmm/a51d5e4f2f5c95eb17f170796b4e5ead 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