Contains

Description
Returns true if the second argument is found in the first.
Tags
Functions
Type
Checkbox
Syntax
contains(text, text)
Example
(contains(prop("Area 1"), "Triceps") or contains(prop("Area 1"), "Biceps") or contains(prop("Area 1"), "Shoulders") or contains(prop("Area 1"), "Chest") or contains(prop("Area 1"), "Back") ? 6: 0)
Template Example