static S withoutDots(S s) {
  ret replace(s, ".", "");
}