join - Liquid Filter Reference
On this page
Description
Combines the items in an list into a single string using the argument as a separator.
| Property | Value |
|---|---|
| Return Type | string |
| Category | lists |
Examples
liquid
{{ items | join: " beats " }}
Output: scissors beats paper beats rock