News

Generates RFC 4122 compliant UUIDs. Version 4 UUIDs (UUIDs from random numbers) and version 1 UUIDs (time-based UUIDs) are available. UUID object allows a variety of access to the UUID including ...
If you need to parse UUIDs easily from a string (with dashes or not, both are supported) use the parseUUID function. The parseUUID runs a check to see whether or not the string is a valid UUID before ...