static S dropTrailingAngleBracketStuff(S s) { if (!endsWith(s, ']')) ret s; ret trimSubstring(s, 0, lastIndexOf(s, '[')); }