static PairS parseColonProperty(S s) { int i = indexOf(s, ':'); if (i < 0) null; ret pair(trimSubstring(s, 0, i), trimSubstring(s, i+1)); }