Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

ProtoFlux:SplitString

From Resonite Wiki
Split String
String
*
Separator
RemoveEmptyEntries
TrimEntries
Strings

The Split String node takes in a string and a separator, along with options on how you want to handle empty entries. The node then returns a Collection of that string.

Inputs

String (String)

The provided string used to turn into a collection.

Separator (String)

The string separator used to chop up the provided string for the array.

RemoveEmptyEntries (Bool)

If true, will remove any empty entries found in the provided string.

TrimEntries (Bool)

If true, will remove any empty entries found around the start and end of the provided string.

Outputs

* (String)

Returns a collection of the string.