$arrayConcat
$arrayConcat
will concat multiple arrays.
Usage
Parameters
Field | Type | Description | Required |
---|---|---|---|
separator | string | Separator. | true |
…arrays | string | Name of the array. | true |
Example(s)
This will return This is a test
as it concats array 1 and 2: