static boolean jmatchStartIgnoreCase(S pat, S s) { ret jmatchStartIgnoreCase(pat, s, null); } // matches are as you expect, plus an extra item for the rest string static boolean jmatchStartIgnoreCase(S pat, S s, Matches matches) { ret jmatchStart(pat, s, matches); }