Liking cljdoc? Tell your friends :D

workflo.macros.util.string


camel->kebabclj/s

(camel->kebab s)

Converts from camel case (e.g. Foo or FooBar) to kebab case (e.g. foo or foo-bar).

Converts from camel case (e.g. Foo or FooBar) to kebab case
(e.g. foo or foo-bar).
sourceraw docstring

camelize-keysclj/s

(camelize-keys m)

Convert a Clojure map to a map where all keys are camel-cased strings that can be accessed like object properties in JS/React.

Convert a Clojure map to a map where all keys are
camel-cased strings that can be accessed like object
properties in JS/React.
sourceraw docstring

kebab->camelclj/s

(kebab->camel s)

Converts from kebab case (e.g. foo-bar) to camel case (e.g. fooBar).

Converts from kebab case (e.g. foo-bar) to camel case (e.g.
fooBar).
sourceraw docstring

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

× close