Skip to content

Instantly share code, notes, and snippets.

@codigoconjuan
Created October 6, 2022 22:32
Show Gist options
  • Select an option

  • Save codigoconjuan/930b0b9b1964e2b54be35dd476d5ce74 to your computer and use it in GitHub Desktop.

Select an option

Save codigoconjuan/930b0b9b1964e2b54be35dd476d5ce74 to your computer and use it in GitHub Desktop.
Validar email
const regex = /^\w+([.-_+]?\w+)*@\w+([.-]?\w+)*(\.\w{2,10})+$/
@GlennGalicia
Copy link

Gracias Profe, excelente curso para aprender DOM Scripting, bases fundamentales previo a pasar a algun framework de JS.

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