Created
December 2, 2014 20:45
-
-
Save ben-bradley/8303c1c11c853e7a3d26 to your computer and use it in GitHub Desktop.
uuid regex
This file contains hidden or 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
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