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}$";
@SimondRG
Copy link

SimondRG commented Jun 2, 2024

Gracias profe.

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