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