Skip to content

Instantly share code, notes, and snippets.

@sourcegr
Created November 13, 2020 20:56
Show Gist options
  • Save sourcegr/499dc48b398d52491e5d28f895d1380b to your computer and use it in GitHub Desktop.
Save sourcegr/499dc48b398d52491e5d28f895d1380b to your computer and use it in GitHub Desktop.
const isValidEmail = email => /[A-Z0-9a-z._%+-]+@[A-Za-z0-9.-]+\.[A-Za-z]{2,6}/.test(email)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment