Skip to content

Instantly share code, notes, and snippets.

@Klerith
Created January 24, 2023 15:57
Show Gist options
  • Save Klerith/bdf52e3500b0a6c66cf0b4dcd61549ee to your computer and use it in GitHub Desktop.
Save Klerith/bdf52e3500b0a6c66cf0b4dcd61549ee to your computer and use it in GitHub Desktop.
export const firstNameAndLastnamePattern: string = '([a-zA-Z]+) ([a-zA-Z]+)';
export const emailPattern: string = "^[a-z0-9._%+-]+@[a-z0-9.-]+\\.[a-z]{2,4}$";
@danielrubiointegramed
Copy link

Gracias por sus conocimientos de verdad que me están ayudando muchísimo

@adrianrz
Copy link

Gracias Fernando, te saludo desde Argentina!

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