Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Warning

Looking for the documentation on the newest versions of SIL Engine and the Simple Issue Language for Jira 8 for Server/Data Center? Click here !

Info
titleAvailability

This routine is available since katl-commons starting with SIL Engine™ 4.0.7.

Syntax

...

join(string_arr, delimiter)

Description

...

Excerpt

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

Parameters

...

Parameter name

Type

Required

Description

string_arr

string []

Yes

Specifies the strings to be concatenated.

delimiter

string

Yes

The delimiting Delimiting string.

Return type

...

string

Related routines

Filter by label (Content by label)spacesSIL40cqllabel = "regex" and space = "SIL40"labelsregex


Example

...

Example 1

...

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

Returns   "boo:and:foo"

See also

...

Filter by label (Content by label)
showLabelsfalse
max100
showSpacefalse
cqllabel = "string_routines"
labelsstring_routines