Logical text conditions
The text matcher function allows you to filter text by multiple conditions.
Example
# Conditions:
- Contains Hello
- Starts with World
# Input text: Hello World
# Output:
- Hello: true
- World: false
Parameters
Conditions—REQUIRED
One or many conditions to match the text against.
Input
Text
The text to match against the conditions.
Output
Matcher result
One or many matcher results as a boolean value (true or false).