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

text::concat

Concatenate multiple strings together.

Syntax

RQL

Parameters

NameTypeDescription
value1, value2, ...Utf8Two or more strings to concatenate together

Return Value

Returns a new string with all input strings joined together in order.

Examples

$ Concatenate two strings
$ ctrl+enter to run

Related Functions