Skip to content

Instantly share code, notes, and snippets.

@games647
Last active August 1, 2019 18:42
Show Gist options
  • Save games647/73d45a62271edb4da5654dcb1ce97013 to your computer and use it in GitHub Desktop.
Save games647/73d45a62271edb4da5654dcb1ce97013 to your computer and use it in GitHub Desktop.
Java UUID Regex
[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}
@songtianyi
Copy link

89ab?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment