fork download
  1. (clojure.string/replace "Hello, this is me testing" #"(?i)[bcdfghjklmnpqrstvwxz]" #(str % "o" (clojure.string/lower-case %)))
Success #stdin #stdout 1.04s 73856KB
stdin
Standard input is empty
stdout
Standard output is empty