static bool startsWith_trim(S a, S b, Matches m) { if (!startsWith(a, b)) false; m.m = new S[] {trim(substring(a, l(b)))}; true; }