Skip to main content

Split Text into Array

Overview

Splits the input text on the given delimiter up to an optional set length

Returns
Data Structure

Parameters

ParameterParameterValid BlocksRequired
Use Dynamic NameShow the Dynamic Name slot in the tree so that it can be set dynamicallyBoolean Block GroupNo
Dynamic NameThe dynamic name of this itemText Block GroupNo
AttributesMetadata values for this block. Used in XML and multipart/form-data.Text Block GroupNo
InputThe input string to perform the split operation onText Block GroupYes
DelimiterThe character(s) to split by - defaults to spaceText Block GroupNo
Include DelimiterIf true, the delimiter will stay at the end of each entryBoolean Block GroupNo
Limit ResultsLimits the number of results from the split textNumber Block GroupNo