Skip to content

Instantly share code, notes, and snippets.

@drewbrokke
Created May 29, 2014 20:00
Show Gist options
  • Save drewbrokke/24f0f2bf2552734b2897 to your computer and use it in GitHub Desktop.
Save drewbrokke/24f0f2bf2552734b2897 to your computer and use it in GitHub Desktop.
public static boolean isMatchRegex(String s, String regex) {
//s.matches(regex)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment