DRAFTThis page is not published. Only visible in development mode.
blob module

blob::utf8

Encode or decode a blob as UTF-8 text.

Syntax

RQL

Parameters

NameTypeDescription
valueBlob / Utf8The blob to decode or string to encode

Return Value

A UTF-8 string when given a blob, or a blob when given a string.

Examples

$ Create a blob from UTF-8 text
$ ctrl+enter to run

Related Functions