sS leadingSquareBracketOptions_id(S s) { LS options = leadingSquareBracketOptions(s); new Matches m; for (S option : options) if (startsWith_trim(option, "id: ", m)) ret m.rest(); null; }