static S nlPatternMap_flexMatchIC(SS map, S s) { new Matches m; for (S key, val : map) { if (flexMatchIC2(key, s, m)) ret expandDollarRefsToMatches(val, m); } null; }