Community ProtoFlux Library/AmasterAmaster/Strings/Parsing/Remove Starting Separator
From Resonite Wiki
Remove Starting Separator
Amaster's String Library
The Remove Starting Separator node takes in a String and a separator to remove, then returns the new string with the starting 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.