Concatenate multiple strings into a single string.
| Name | Type | Required | Multiple | Min. | Max. | Description |
|---|---|---|---|---|---|---|
| Strings (strings) | array | 0 | Infinite | Strings to concatenate. |
| Name | Type | Default | Required | Options | Description |
|---|---|---|---|---|---|
| Separator (separator) | string | Separator to insert between strings, default is empty string. | |||
| Prefix (prefix) | string | Prefix to insert before the concatenated string, default is empty string. | |||
| Suffix (suffix) | string | Suffix to insert after the concatenated string, default is empty string. | |||
| Strings (strings) | array | Strings to concatenate. |
| Name | Type | Description |
|---|---|---|
| Value (value) | string |