Skip to content

String Split

Pure

Splits the input string by a delimiter and returns an array of strings.

Pure Function
Yes

Execute Inputs

Execution

INPUT

Execution Input.

Data Inputs

Input

INPUT

The original string to split.

Delimiter

INPUT

The delimiter to split the string by.

Data Outputs

Result

OUTPUTstring array

The list of split string parts.

Multiple

Settings

Unescape Delimiter

BOOLEAN

If true, will interpret escape sequences in the delimiter (e.g., \n, \t).

Default: false

Debug

STRING

Break on node when executing.

Default: No
Options:
NoBeforeInputsBeforeProcessingAfterProcessing