ZtextSplit

Splits a string by a separator and stores the resulting elements for use with other split functions.

Syntax

ZtextSplit{text?;separator?}

Arguments

NameTypeRequiredDefault
textstringNo-
separatorstringNo-

Example

ZtextSplit{apple,banana,cherry;,}