Altova FlowForce Server 2026 

Splits the string supplied as an argument at each occurrence of separator.

 

Signature

split(string as string, separator as string) -> list of string

 

Parameters

Name

Type

Description

string

string

The input string.

separator

string

The separator string.

 

Examples

The following expression will return the list ["1", "2", "3"]:

 

split('1;2;3', ';')

 

© 2020-2026 Altova GmbH