Jonathan Muse
Sep 23, 2021
...
Parameter name
Type
Required
Description
string_arr
stringĀ string []
Yes
Specifies the strings to be concatenated.
delimiter
String
Delimiting string.
string [] arr = {"boo", "and", "foo"}; return join(arr, ":");