Community ProtoFlux Library/AmasterAmaster/Strings/Parsing/Remove Ending Separator
From Resonite Wiki
Remove Ending Separator
Amaster's String Library
The Remove Ending Separator node takes in a String and a separator to remove, then returns the new string with the ending separator removed.
Inputs
String (String)
The string to remove the separator from.
Separator (String)
The separator to remove.
Outputs
* (String)
Returns the new string with the separator removed.