Last active
August 1, 2019 18:42
-
-
Save games647/73d45a62271edb4da5654dcb1ce97013 to your computer and use it in GitHub Desktop.
Java UUID Regex
This file contains 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
[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-5][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
89ab?