Created
January 6, 2017 22:55
-
-
Save iconte/89f4fdde8b58e57970f13ebcc5d92a1d to your computer and use it in GitHub Desktop.
regex para data em java.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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