Last active
April 8, 2026 20:50
-
-
Save codigoconjuan/5d5fa67ca71d65b1ef1a965d2958511a to your computer and use it in GitHub Desktop.
Validación de Email para React-Hook-Form
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| pattern: { | |
| value: /\S+@\S+\.\S+/, | |
| message: "E-mail no válido", | |
| }, |
thanks
❤️
gracias profe
Gracias Profe
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Gracias profesor