Skip to content

Instantly share code, notes, and snippets.

@douglascabral
Created December 1, 2016 14:20
Show Gist options
  • Save douglascabral/fef94cfe77dc35953f47f13a31ffebdf to your computer and use it in GitHub Desktop.
Save douglascabral/fef94cfe77dc35953f47f13a31ffebdf to your computer and use it in GitHub Desktop.
REGEX para validar GUIDs
/([0-9A-Fa-f]{8})-([0-9A-Fa-f]{4}-){3}([0-9A-Fa-f]{12})/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment