Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
titleAvailability

This routine is available starting with SIL Engine™ 4.0.7.

Table plus
applyColStyleToCelltrue
heading0
columnTypess,s,s,s
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.

Parameters

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

stringString

Example

Example 1

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

Returns   Returns "boo:and:foo"

See also

Filter by label (Content by label)
showLabelsfalse
max10025
showSpacefalse
cqllabel = "string_routines" and space = currentSpace ( )
labelsstringarray_routines