This functionality is only available for certain module packages.

You are here: Reference > Formula Language > Formulas > Basic types > Methods for String (character strings) > split(String regex)

split(String regex)

Separates the original into sub character strings, where the regular expression specifies the separator.

split(String regex)
Argument String regex Regular expression for the delimiting character string
Return value List<String>