string.join
aliases: [str.join]
joins (concatenates) list to string with separator
available since version: 0.3
arguments:
- SEP
separator. For space use quotes.
type: list
properties:
- @sep
Get/set separator
type: list
inlets:
- symbol passed untouched
type: control
- change separator to new
type: control
outlets:
- result String
type: control
keywords:
join
See also:
[string.split]
Authors: Alex Nadzharov, Serge Poltavsky
License: GPL3 or later