Syntax
join(*list*, *joiner*)
*list*.join(*joiner*)
Examples
join(["Not", "ion"], "")
[1, 2, 3].join("/")
→ join
Untitled
More Info
join · Notion Formulas · Ben Smith