Skip to content

Instantly share code, notes, and snippets.

@Klerith
Created January 24, 2023 15:57
Embed
What would you like to do?
export const firstNameAndLastnamePattern: string = '([a-zA-Z]+) ([a-zA-Z]+)';
export const emailPattern: string = "^[a-z0-9._%+-]+@[a-z0-9.-]+\\.[a-z]{2,4}$";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment