%list:LIST% (contains|does not contain) %val:EXPR%List1.0.0
Description
Checks if a list contains or does not contain a specific value.
Examples
if myList contains "hello":if myList does not contain "hello":All Possible Usages (2)
Every distinct way you can write this pattern, with optional groups and choice groups expanded. Placeholders are shown as <name>.
<list> contains <val><list> does not contain <val>