static S dropPrefixTrim(S prefix, S s) { ret trim(dropPrefix(prefix, s)); }