Community ProtoFlux Library/AmasterAmaster/Strings/Parsing/Remove Starting Separator

From Resonite Wiki
Revision as of 10:11, 23 August 2024 by AmasterAmaster (talk | contribs) (Created a page for the Remove Starting Separator custom node.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.
Remove Starting Separator
String
*
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.