Skip to content

Instantly share code, notes, and snippets.

@codigoconjuan
Created October 6, 2022 22:32
Show Gist options
  • Save codigoconjuan/930b0b9b1964e2b54be35dd476d5ce74 to your computer and use it in GitHub Desktop.
Save codigoconjuan/930b0b9b1964e2b54be35dd476d5ce74 to your computer and use it in GitHub Desktop.
Validar email
const regex = /^\w+([.-_+]?\w+)*@\w+([.-]?\w+)*(\.\w{2,10})+$/
@VinicioPerez
Copy link

Gracias profe estoy aprendiendo mucho y eso que recien estoy en el segundo proyecto gracias

@nelsonlondonodev
Copy link

Gracias profe, es muy buena la forma como explica.
Un abrazo y muchas bendiciones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment