String Contains
Purpose of the Node
This node checks if the input string contains a specified substring and outputs a boolean indicating the result.
Pins
Pin Name | Pin Description | Pin Type | Value Type |
---|---|---|---|
String | The input string to check. | String | Normal |
Substring | The substring to search for in the input string. | String | Normal |
Contains? | Boolean indicating whether the string contains the substring. | Boolean | Normal |