Created
July 20, 2017 05:50
-
-
Save sandcastle/93548a511a34acc357694ee227ae1de4 to your computer and use it in GitHub Desktop.
Guid / 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
| const GUID_REGEX = /([0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12})/ig; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment