sbool jcontainsOneOf(L tok, S... patterns) { ret jfindOneOf(tok, patterns) >= 0; }