(def string "alphaBETA") (println (.toUpperCase string)) (println (.toLowerCase string))