sd_uuid

generate an uuid

Synopsis

sd_uuid [NAMESPACE]

Description

write an uuid URI minted from NAMESPACE (urn:uuid: by default)

Availability

Since SDaaS 4

Examples

sd_uuid
write the string “un:uuid:xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx” were x represents a random hexadecimal digit
sd_uuid ""
just write the uuid string without any prefix
Last modified February 4, 2024: First commit for 4.0 (619a40d)