Contains Separator
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.