Skip to main content

Substring

This node lets you extract a part of a string given a start and end character position.

Inputs

DataDescription
StringThe source string where the substring should be extracted from.
StartThe character index of the start of the substring.
EndThe character index of the end of the substring.

Outputs

DataDescription
ResultThe extracted substring.