UUID
Function | Description | Meta |
---|---|---|
uuid.parse |
Parses the string value as an UUID and returns an object with the well-defined fields of the UUID if valid. Arguments: Returns:uuid (string)UUID string to parse result (object[string: any])Properties of UUID if valid (version, variant, etc). Undefined otherwise. | v0.57.0 SDK-dependent |
uuid.rfc4122 |
Returns a new UUIDv4. Arguments: Returns:k (string)seed string output (string)a version 4 UUID; for any given | v0.20.0 SDK-dependent |