static int hh_colon_mm_toMinutes(S s) { LS l = splitAtColon(s); ret l(l) != 2 ? -1 : clockTimeToMinutes(parseInt(first(l)), parseInt(second(l))); }