Skip to content

Instantly share code, notes, and snippets.

Created June 8, 2010 05:07
Show Gist options
  • Save anonymous/429637 to your computer and use it in GitHub Desktop.
Save anonymous/429637 to your computer and use it in GitHub Desktop.
------------------------- clojure.contrib.string/escape ([cmap s]) Returns a new String by applying cmap (a function or a map) to each character in s. If cmap returns nil, the original character is added to the output unchanged. nil
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment