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

LuisD6 commented Oct 25, 2024

Voy en este paso, a este proyecto le agregado un bakend con Resend emails y funciona perfectamente.
Este proyecto me viene de maravilla para mejorar mi portafolio digital.

@joacoconut
Copy link

joacoconut commented Oct 25, 2024 via email

@Miguel03nx
Copy link

muchisimas gracias por este curso profe, no sabe cuanto me ha estado ayudando :"D

@joacoconut
Copy link

joacoconut commented Oct 30, 2024 via email

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