Info |
---|
|
This routine is available starting with SIL Engine™ 4.0.7. |
Table plus |
---|
applyColStyleToCell | true |
---|
heading | 0 |
---|
columnTypes | s,s,s,s |
---|
multiple | false |
---|
columnAttributes | style="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold, |
---|
enableSorting | false |
---|
|
Syntax | join(string_arr, delimiter) | Package | | Alias | | Pkg Usage | | |
Description
Excerpt |
---|
|
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 |
---|
applyColStyleToCell | true |
---|
columnTypes | s,s,s,s |
---|
heading | 0 |
---|
multiple | false |
---|
enableSorting | false |
---|
|
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) |
---|
showLabels | false |
---|
max | 10025 |
---|
showSpace | false |
---|
cql | label = "string_routines" and space = currentSpace ( ) |
---|
labels | stringarray_routines |
---|
|