Skip to content

Instantly share code, notes, and snippets.

@valterh4ck3r
Created March 8, 2018 19:34
Show Gist options
  • Save valterh4ck3r/92ec9d912ac651406906433453f8cce1 to your computer and use it in GitHub Desktop.
Save valterh4ck3r/92ec9d912ac651406906433453f8cce1 to your computer and use it in GitHub Desktop.
EMAIL_REGEX
public static final String EMAIL_REGEX = "^[\\w-]+(\\.[\\w-]+)*@([\\w-]+\\.)+[a-zA-Z]{2,7}$";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment