ProtoFlux:String Insert

From Resonite Wiki
String Insert
Str
*
Value
StartIndex
Strings

String Insert is a ProtoFlux node that allows for inserting Value (String) into Str (String) at position StartIndex (int).

Inputs

Str (String)

The string to be inserted into.

Value (String)

The string to insert into Str (String).

StartIndex (int)

The place to insert Value (String) into Str (String).

Outputs

* (String)

Returns Str (String) with Value (String) inserted at position StartIndex (int).

Examples