@lang:str.join
Join array elements into a string with a delimiter.
Returns: string
Syntax
Section titled “Syntax”@lang:str.join(arr delim)Arguments
Section titled “Arguments”| Name | Type | Description |
|---|---|---|
arr | array | Source array |
delim | string | Delimiter string |
See Also
Section titled “See Also”- @str.split — split a string into an array
- @str.concat — concatenate strings