Skip to content

join

string  join(string s[], string spacer)

Concatenate all the strings in the array to form a single string. The spacer will be placed between each pair of strings.