Liking cljdoc? Tell your friends :D

common-clj.misc


camelcase->dashclj

(camelcase->dash m)
source

dash->underscoreclj

(dash->underscore m)

Inverse of underscore->dash Example: => (dash->underscore {:foo-bar {:bar-foo 1}}) {:foo_bar {:bar_foo 1}}

Inverse of underscore->dash
Example:
  => (dash->underscore {:foo-bar {:bar-foo 1}})
  {:foo_bar {:bar_foo 1}}
sourceraw docstring

string-or-keywordclj

source

underscore->dashclj

(underscore->dash m)

Convert hash-map underscored keywords to dash. Example: => (underscore->dash {:foo_bar {:bar_foo 1}}) {:foo-bar {:bar-foo 1}}

Convert hash-map underscored keywords to dash.
Example:
  => (underscore->dash {:foo_bar {:bar_foo 1}})
  {:foo-bar {:bar-foo 1}}
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close