Skip to contents

[Stable]

Usage

prepend_uuid(md5hash)

Arguments

md5hash

A string, e.g. an md5 hash.

Value

The string with a prepended "uuid:"

Details

This is the inverse of the helper function strip_uuid.

Examples

if (FALSE) {
prepend_uuid("1234")
prepend_uuid("d3bcefea-32a8-4dbc-80ca-4ecb0678e2b0")
}