Function
| Arg | Description | Type |
|---|---|---|
| array | The array to join | list of string (required) |
| sep | The separator. Defaults to an empty string if not explicitly set | string |
Join all the args on a separator.
Joins the array into a string separated by the sep character.