list: "my very old mother just" | split(); m-words: "my mother mom me" | split(); ms: $list | [item: $item | is_in(list: $m-words)]; just-just: $list | [item: $item | eq(to: "just")];