?
join
Summary​
Converts an array into a string using a separator value
Description​
Fields​
array​
An array with items to include in a string. All items must be convertible to a string, otherwise an error will be raised.
separator​
The value to use as a separator. An empty string will prevent any separation.
Helpful?