ProtoFlux:SplitString
From Resonite Wiki
More actions
Split String
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.