static S dropPrefixICTrim(S prefix, S s) { ret trim(swic(s, prefix) ? s.substring(l(prefix)) : s); }