Syntax
RQL
Parameters
| Name | Type | Description |
|---|---|---|
value1, value2, ... | Utf8 | Two or more strings to concatenate together |
Return Value
Returns a new string with all input strings joined together in order.
Examples
$ Concatenate two strings
| Name | Type | Description |
|---|---|---|
value1, value2, ... | Utf8 | Two or more strings to concatenate together |
Returns a new string with all input strings joined together in order.