program: my_formats = 'm4b,epub,fb2'; if list_intersection(lowercase($formats), my_formats, ',') then 'yes' else 'no' fi