Altova FlowForce Server 2026 

Joins the list of strings supplied as an argument into a string. Optionally, inserts the separator supplied as an argument in between each string.

 

Signature

string-join(list as list of string, separator as string="") -> string

 

Parameters

Name

Type

Description

list

list of string

The input list of string.

separator

string

Optional argument. Specifies the separator by which all joined strings should be delimited.

 

Examples

The following expression will return the string a;b;c:

 

string-join(list('a', 'b', 'c'), ';')

 

© 2020-2026 Altova GmbH