/
join
join
Description
Returns the string obtained by concatenating all the strings from the array using the provided delimiter.
Parameters
Return Type
String
Example
string [] arr = {"boo", "and", "foo"};
return join(arr, ":");
Returns "boo:and:foo"
See also
Peacock
, multiple selections available,
Related content
split
Read with this
join
More like this
join
More like this
arraysConcat
arraysConcat
More like this
arraysConcat
arraysConcat
More like this
arrayKeys
arrayKeys
More like this