static bool ai_isAOrAn(S s) { ret swicOneOf(s, "a ", "an "); } static bool ai_isAOrAn(S s, Matches m) { ret swicOneOf_trim(s, m, "a ", "an "); }