static IterableIterator upperNgrams(int n, fS s) { ret ngrams_iterator(n, upper(s)); }