Community ProtoFlux Library/AmasterAmaster/Strings/Parsing/Contains Separator

From Resonite Wiki
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.
Contains Separator
String
Contains
Separator
StartsWith
EndsWith
Amount
NoOccurences
Amaster's String Library

The Contains Separator node takes in a String list with separators, and returns if it has a separator, the amount of separators, and if the separators are at the beginning or the end of a string list.

Inputs

String (String)

The string list to check.

Separator (String)

The separator to check in this string list.

Outputs

Contains (bool)

Returns if a separator is found in the string.

StartsWith (bool)

Returns if a separator is at the start of the string.

EndsWith (bool)

Returns if a separator is at the end of the string.

Amount (int)

Returns the amount of separators found in the string.

NoOccurrences (bool)

Returns if there are no separators found in the string.