ProtoFlux:StringRemove

From Resonite Wiki
Revision as of 00:36, 21 August 2025 by YoshBot (talk | contribs) (YoshBot moved page ProtoFlux:String Remove to ProtoFlux:StringRemove: Automated: removing spaces from ProtoFlux namespace)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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