hyTags
HomeHome Getting StartedGetting Started DocumentationDocumentation

array-join

Joins array elements into a string with a separator.
Parameter
Type
Description
self
[T]
Array to join
separator
string
String to place between elements (defaults to empty string)
return
string
String with array elements joined by separator