static S dropPrefixSuffixTrim(S prefix, S suffix, S s) { ret trim(dropPrefix(prefix, dropSuffix(suffix, s))); }