sbool startsWithAfterTrim(S a, S b) { ret startsWith(trim(a), b); }