Skip to content

Instantly share code, notes, and snippets.

@vietj
Created April 16, 2011 20:31
Show Gist options
  • Save vietj/923470 to your computer and use it in GitHub Desktop.
Save vietj/923470 to your computer and use it in GitHub Desktop.
static final String PATTERN =
"(?:" +
"(?![/_@])([^\\+]+)\\+" +
")?" +
"(?:(?:" +
"([_@])(.+)" +
")|(?:" +
"/([^\\.]+)\\.(.+)" +
"))";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment