
Using a Conditional Operator/making a condition for 'contains'
Hi there,
Is there a way to make a condition where I can check if the given value contains a specific value? In the learn section I see there are different kinds of conditional operators, but none of them do what I need.
Example: var:given_value is "banana" "Bananasplit" contains var:given_value = true
Hi there,
Is there a way to make a condition where I can check if the given value contains a specific value? In the learn section I see there are different kinds of conditional operators, but none of them do what I need.
Example: var:given_value is "banana"
"Bananasplit" contains var:given_value = true
-
'Bananasplit' doensn't contain the value 'banana' because it's capitalized. But I get the idea