sbool jcontains_any(L tok, S... patterns) { ret jcontainsOneOf(tok, patterns); }