Skip to content

Instantly share code, notes, and snippets.

@barnes7td
Created January 23, 2016 04:08
Show Gist options
  • Save barnes7td/3578511302000e243f25 to your computer and use it in GitHub Desktop.
Save barnes7td/3578511302000e243f25 to your computer and use it in GitHub Desktop.
(ns dubstep)
(defn song-decoder [song]
(clojure.string/trim (clojure.string/replace song #"(WUB)+" " "))
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment