Skip to content

Instantly share code, notes, and snippets.

@iconte
Created January 6, 2017 22:55
Show Gist options
  • Save iconte/89f4fdde8b58e57970f13ebcc5d92a1d to your computer and use it in GitHub Desktop.
Save iconte/89f4fdde8b58e57970f13ebcc5d92a1d to your computer and use it in GitHub Desktop.
regex para data em java.
String regexData = "^[0-3]?[0-9]/[0-3]?[0-9]/(?:[0-9]{2})?[0-9]{2}$";
String numeric="\\d*";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment