Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 930 Bytes

helper.join.md

File metadata and controls

25 lines (17 loc) · 930 Bytes

helper.join

The component combines two or more strings into one. You can add a delimiter to separate the strings, such as a space or comma.

View example

{% cut "Components used in the example" %}

{% endcut %}

Component properties {#properties}

#| || Name | Type | Description || || type* | "helper.join" | Set component type. || || by | any | Delimiter for joining strings. You can use any number of characters in the delimiter. || || items* | array | Array of strings to join. || || items[] | string | String parameters. || |#

{% include contact-support %}