Community ProtoFlux Library/AmasterAmaster/Strings/Parsing/String List Insert

From Resonite Wiki
This is a custom ProtoFlux node maintained by AmasterAmaster. Contact the creator of the node (not the Dev Team) with any bugs or issues.
This node was created using an in-game system and has no correlation to the Plugin system. Currently, these types of custom nodes are not officially supported by Resonite.
String List Insert
List
*
String
Separator
FrontInsert
Amaster's String Library

The String List Insert node takes in a String list and another string that is the value to place into the list, along with the separator and where to place it in the list. Then this node returns the new string list.

Inputs

List (String)

The current string list.

String (String)

The string value to place into the list.

Separator (String)

The separator to detect where to place it in the list.

FrontInsert (bool)

The option to place the string value at the start of the list instead.

Outputs

* (String)

Returns the new string list.