Skip to content

StringStartsWith

Purpose of the Node

The StringStartsWith node is used to determine if a given string starts with a specific prefix. It takes two inputs: the string to be checked and the prefix string. The output is a boolean indicating whether the string starts with the prefix.

Pins

Pin NamePin DescriptionPin TypeValue Type
StringThe string to be checked.StringNormal
PrefixThe string to check against.StringNormal
Starts With?Indicates whether the string starts with the prefix.BooleanNormal