Skip to content

String Substring

Pure

Returns a substring starting from a given index with optional length.

Pure Function
Yes

Execute Inputs

Execution

INPUT

Execution Input.

Data Inputs

Input

INPUT

The original string.

Start

INPUT

The zero-based starting index.

Length

INPUT

Optional length of the substring. If not provided, goes to end of string.

Data Outputs

Result

OUTPUTstring

The resulting substring.

Multiple

Settings

Debug

STRING

Break on node when executing.

Default: No
Options:
NoBeforeInputsBeforeProcessingAfterProcessing