Skip to 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
Set a Dynamic Name Show the Dynamic Name slot in the tree so that it can be set statically or dynamically Boolean Block Group No
Dynamic Name The dynamic name of this item Text Block Group No
Attributes Metadata values for this block. Used in XML and multipart/form-data. Text Block Group No
Input The input string to perform the split operation on Text Block Group Yes
Delimiter The character(s) to split by - defaults to space Text Block Group No
Include Delimiter If true, the delimiter will stay at the end of each entry Boolean Block Group No
Limit Results Limits the number of results from the split text Number Block Group No