Skip to content

Instantly share code, notes, and snippets.

@paganotoni
Created July 6, 2012 05:20
Show Gist options
  • Save paganotoni/3058252 to your computer and use it in GitHub Desktop.
Save paganotoni/3058252 to your computer and use it in GitHub Desktop.
Java Valid Email Address
Pattern pattern = Pattern.compile("[A-Z0-9._%+-]+@[A-Z0-9.-]+\\.[A-Z]{2,4}");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment