static ItIt flexFindIC_iterator(S pat, S input) { ret mapI(lambda1 dropFirstAndLastFromMatches, flexMatchIC_iterator("* " + pat + " *", "* " + input + " *")); }