Joins non-empty strings from an array using the specified separator.
The array of strings to join.
The separator to use between non-empty strings.
The joined string.
Joins non-empty strings from an array using the specified separator.