static S dropSuffixAndTrim(S suffix, S s) { ret trim(dropSuffix(suffix, s)); }