Find Substring
This function block is designed to search for a specified substring within a main string and return the result as a boolean value. It is useful for string manipulation and data processing tasks.
π₯ Inputs
Main Text
The primary text in which the search will be conducted.
Sub Text
The substring that you want to search for within the main text.
π€ Outputs
Result
A boolean output indicating whether the substring was found in the main text (True) or not (False).
πΉοΈ Controls
There are no additional controls in this function block as the operation is straightforward and purely focused on string evaluation.
π¨ Features
Simple String Search
The block performs a direct search for the substring and gives a clear true/false outcome.
Flexible Input
Accepts any string data types for both main and substring inputs.
π Usage Instructions
Input Main Text: Connect a source that provides the main text to the
Main Text
input.Input Sub Text: Connect a source that provides the substring to the
Sub Text
input.Evaluate: Execute the block to see if the substring exists within the main text. The result will automatically be updated.
π Evaluation
When the block is evaluated, it checks for the presence of the specified substring within the main text and outputs a boolean indicating the result of the search.
π‘ Tips and Tricks
π οΈ Troubleshooting
Last updated
Was this helpful?