string_join

Joins all the strings in the input array of strings into a single string.

The string elements are joined using the separator string.

Inputs

strings

The array of strings.

separator

The string used to join the string elements.

Output

joined

The string containing the combined string elements.