string_joinJoins all the strings in the input array of strings into a single string.
The string elements are joined using the separator string.
stringsThe array of strings.
separatorThe string used to join the string elements.
joinedThe string containing the combined string elements.