Skip to main content

Inputs

NameTypeDescription
TextTextText object to split.
DelimiterTextThe character or string used to split the text object. if no delimiter is provided, the input string will be split into its constituent characters.
Split by eachBoolOption to split text around each character contained in delimiter.

Outputs