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
| Parameter | Details | Possible Types |
|---|---|---|
| String | Primary Input | string |
| Start | Default: | f64 |
| End | Default: | f64 |
Outputs
| Product | Details | Possible Types |
|---|---|---|
| Result | The value produced by the node operation. Primary Output | string |