user=> (clojure.string/replace "The color is red" #"red" "blue") "The color is blue"
user=> (clojure.string/replace "The color is red" #"red" "blue") "The color is blue"
user=> (clojure.string/replace "The color is red" #"red" "blue") "The color is blue"
(clojure.string/replace "The color is red" #"red" "blue")