String Split
Splits the input string by a delimiter and returns an array of strings.
Pure Function
Yes
Execute Inputs
Execution
INPUTExecution Input.
Data Inputs
Input
INPUTThe original string to split.
Delimiter
INPUTThe delimiter to split the string by.
Data Outputs
Result
OUTPUTstring array
The list of split string parts.
Multiple
Settings
Unescape Delimiter
BOOLEANIf true, will interpret escape sequences in the delimiter (e.g., \n, \t).
Default: false
Debug
STRINGBreak on node when executing.
Default: No
Options:
NoBeforeInputsBeforeProcessingAfterProcessing