concat

function, since version 1.0.0
categories: strings

concat(left, right)

Joins two strings. This is equivalent to left + right operation if both operands are string.

parameters

return type:

string

examples

concat('hello', ' there')    

returns

hello there

Related functions:

Update your privacy settings