sbool nemptyString(S s) { ret s != null && s.length() > 0; }