Create String Insert ProtoFlux Node Page |
m YoshBot moved page ProtoFlux:String Insert to ProtoFlux:StringInsert: Automated: removing spaces from ProtoFlux namespace |
||
(No difference)
|
Latest revision as of 00:35, 21 August 2025
String Insert
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)
Outputs
* (String)
Returns Str (String) with Value (String) inserted at position StartIndex (int).
Examples
-
String Insert With being used to put a ',' into where one is missing in a list of items.