String Substring
Returns a substring starting from a given index with optional length.
Pure Function
Yes
Execute Inputs
Execution
INPUTExecution Input.
Data Inputs
Input
INPUTThe original string.
Start
INPUTThe zero-based starting index.
Length
INPUTOptional length of the substring. If not provided, goes to end of string.
Data Outputs
Result
OUTPUTstring
The resulting substring.
Multiple
Settings
Debug
STRINGBreak on node when executing.
Default: No
Options:
NoBeforeInputsBeforeProcessingAfterProcessing