static bool startsWithWords(S a, S b, Matches m) { ret startsWithWord(a, b, m); } static bool startsWithWords(S a, S b) { ret startsWithWord(a, b); }