static bool flexMatchIC(S pat, S s) { ret flexMatchIC2(pat, s); } static bool flexMatchIC(S pat, S s, Matches m) { ret flexMatchIC2(pat, s, m); }