Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

join(string_arr, delimiter)

Package


Alias


Pkg Usage


Description

Excerpt
hiddentrue

Returns the string obtained by concatenating all the strings from the array using the provided delimiter.

Returns the string obtained by concatenating all the strings from the array using the provided delimiter.

...

Table plus
applyColStyleToCelltrue
columnTypess,s,s,s
heading0
multiplefalse
enableSortingfalse

Parameter name

Type

Required

Description

string_arr

string []

Yes

Specifies the strings to be concatenated.

delimiter

String

Yes

Delimiting string.

Return Type

String

Example

Code Block
languagejs
string [] arr = {"boo", "and", "foo"};
return join(arr, ":");

Returns "boo:and:foo"

See also

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "string_routine" and space = currentSpace ( )
labelsarray_routines