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
| /* | |
| Paraphrased from RFC 4122: | |
| The formal definition of the UUID string representation is | |
| provided by the following ABNF: | |
| UUID = time-low "-" time-mid "-" | |
| time-high-and-version "-" | |
| clock-seq-and-reserved | |
| clock-seq-low "-" node |