Skip to content

Instantly share code, notes, and snippets.

@williaanlopes
Created October 19, 2023 01:05
Show Gist options
  • Save williaanlopes/201bb3af196cc2a2c99f85205c52477b to your computer and use it in GitHub Desktop.
Save williaanlopes/201bb3af196cc2a2c99f85205c52477b to your computer and use it in GitHub Desktop.
Regex email validator
^(((?![A-Za-z]+$)[0-9A-Za-z]+(\.(?![A-Za-z]+$)[0-9A-Za-z]+)*)|(\".+\")){2,}@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment