Skip to content

Instantly share code, notes, and snippets.

View javier-tecla's full-sized avatar

Javier Borjas javier-tecla

View GitHub Profile
@codigoconjuan
codigoconjuan / NuevoCliente.jsx
Created September 19, 2022 23:46
Validar emails
let regex = new RegExp("([!#-'*+/-9=?A-Z^-~-]+(\.[!#-'*+/-9=?A-Z^-~-]+)*|\"\(\[\]!#-[^-~ \t]|(\\[\t -~]))+\")@([!#-'*+/-9=?A-Z^-~-]+(\.[!#-'*+/-9=?A-Z^-~-]+)*|\[[\t -Z^-~]*])");