join

Function

ArgDescriptionType
arrayThe array to joinlist of string (required)
sepThe separator. Defaults to an empty string if not explicitly setstring

Description

Join all the args on a separator.

Joins the array into a string separated by the sep character.