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})+$/
@DiMaPaGa
Copy link

DiMaPaGa commented Jul 5, 2024

Muchas gracias por el aporte!!

Me está encantando el curso :)

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