ProtoFlux:String Remove

From Resonite Wiki
String Length
Str
*
StartIndex
Length
Strings

String Remove is a ProtoFlux node that allows you to remove part of a provided Str (String) of a given Length (int) starting at StartIndex (int).

Inputs

Str (String)

The string to remove a segment from.

StartIndex (int)

The starting point of removal from Str (String).

Length (int)

How long of a segment to remove from Str (String).

Outputs

* (String)

Str (String) with a segment starting at StartIndex (int) to Length (int) + StartIndex (int) removed.

Examples