Skip to content

Instantly share code, notes, and snippets.

@cemerick
Created July 5, 2011 13:26
Show Gist options
  • Select an option

  • Save cemerick/1064828 to your computer and use it in GitHub Desktop.

Select an option

Save cemerick/1064828 to your computer and use it in GitHub Desktop.
; A solution to https://4clojure.com/problem/102 that doesn't involve cl-format
#(clojure.string/replace % #"-." (fn [m] (-> m last Character/toUpperCase str)))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment