sbool trimmable(String s) { ret nempty(s) && (isSpace(first(s)) || isSpace(last(s))); }