Skip to content

Instantly share code, notes, and snippets.

@jeffreyjackson
Last active August 29, 2015 14:15
Show Gist options
  • Save jeffreyjackson/ab8a0e7b31d5a2727053 to your computer and use it in GitHub Desktop.
Save jeffreyjackson/ab8a0e7b31d5a2727053 to your computer and use it in GitHub Desktop.
UUID Regex
NSString *uuidPatternString = @"^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment