Joins an array to one string.
Documentation source:
{{ join(values: ['a', 'b', 'c'], using: '|') }}
Result:
a|b|c
See full example code here