Skip to content

Instantly share code, notes, and snippets.

@dinedal
Created February 19, 2013 18:00
Show Gist options
  • Save dinedal/4988269 to your computer and use it in GitHub Desktop.
Save dinedal/4988269 to your computer and use it in GitHub Desktop.
triggit-clj-storm.core=> (-> "a b c" .toUpperCase (.replace "A" "X") first)
\X
triggit-clj-storm.core=> (->> "a b c" .toUpperCase (.replace "A" "X") first)
\A
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment