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 Name | Pin Description | Pin Type | Value Type |
---|---|---|---|
String | The string to be checked. | String | Normal |
Prefix | The string to check against. | String | Normal |
Starts With? | Indicates whether the string starts with the prefix. | Boolean | Normal |