Skip to content

Instantly share code, notes, and snippets.

@aquapi
Created June 4, 2025 16:19
Show Gist options
  • Save aquapi/e6f25d3840866dd9dbfbce7b51805202 to your computer and use it in GitHub Desktop.
Save aquapi/e6f25d3840866dd9dbfbce7b51805202 to your computer and use it in GitHub Desktop.
// Check whether email is somewhat valid
/^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+?@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment