Skip to content

Instantly share code, notes, and snippets.

@swlkr
Created January 15, 2017 17:10
Show Gist options
  • Save swlkr/b52075945422e5464d74b1666961e679 to your computer and use it in GitHub Desktop.
Save swlkr/b52075945422e5464d74b1666961e679 to your computer and use it in GitHub Desktop.
(defn split [sep s]
(clojure.string/split s sep))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment