Skip to content

Instantly share code, notes, and snippets.

@mithriock
Created November 29, 2016 12:57
Show Gist options
  • Select an option

  • Save mithriock/2f00b96e22f4a6444675f1f93c192e73 to your computer and use it in GitHub Desktop.

Select an option

Save mithriock/2f00b96e22f4a6444675f1f93c192e73 to your computer and use it in GitHub Desktop.
Regex for GUID
\b[A-F0-9]{8}(?:-[A-F0-9]{4}){3}-[A-F0-9]{12}\b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment