Skip to contents

[Stable]

Usage

strip_uuid(uuid)

Arguments

uuid

A string which may contain any number of "uuid:"

Value

The string with every occurrence of "uuid:" deleted.

Details

This is a helper function used by attachment_get.

Examples

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