Skip to content

Instantly share code, notes, and snippets.

@ben-bradley
Created December 2, 2014 20:45
Show Gist options
  • Save ben-bradley/8303c1c11c853e7a3d26 to your computer and use it in GitHub Desktop.
Save ben-bradley/8303c1c11c853e7a3d26 to your computer and use it in GitHub Desktop.
uuid regex
var uuid = /[a-f0-9]{8}(\-[a-f0-9]{4}){3}\-[a-f0-9]{12}/;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment