Join
Last updated
Last updated
Join allows you to join multiple values into a single string. This is dasels version of concatenation.
Expects 1 or more arguments.
The first argument is required, and is the separator used when joining the strings.
Any further arguments are optional.
If no additional arguments are given, join uses the output of the previous function as it's input and will join those values.
If additional arguments are given, join uses those values as selectors and joins the result of those selectors.
If you wish to join data with plain strings you may use the function.