String Slice

Extracts a substring from the input string, starting at "Start" and ending before "End". Negative indices count from the end of the string. If "Start" equals or exceeds "End", the result is an empty string.

Interface

Inputs

ParameterDetailsPossible Types
String

Primary Input

string
Start

Default: 0

f64
End

Default: 0

f64

Outputs

ProductDetailsPossible Types
Result

The value produced by the node operation.

Primary Output

string