Skip to content

Instantly share code, notes, and snippets.

@Iamsheye
Created July 3, 2023 13:54
Show Gist options
  • Save Iamsheye/7e6c68e43cf7506404a716eda6b28085 to your computer and use it in GitHub Desktop.
Save Iamsheye/7e6c68e43cf7506404a716eda6b28085 to your computer and use it in GitHub Desktop.
Below is the regex used in type=”email” from W3C
const EMAIL_REGEX = /^[a-zA-Z0-9.!#$%&*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment