Liking cljdoc? Tell your friends :D

fooheads.casing

Casing functions, from/to camel, kebab, pascal and snake. An optional coersion function can be provided to change the end result into another type, (typically keyword, symbol or simliar).

A lot of the code could have been generated, but keeing it explicit was an explicit choise to avoid macros and similar in this code.

Casing functions, from/to camel, kebab, pascal and snake. An optional
coersion function can be provided to change the end result into another type,
(typically keyword, symbol or simliar).

A lot of the code could have been generated, but keeing it explicit was an
explicit choise to avoid macros and similar in this code.
raw docstring

fooheads.casing.coerce

Coerce functions that takes two strings, a namespace and a name, and turns it into something.

Coerce functions that takes two strings, a namespace and a name,
and turns it into something.
raw docstring

fooheads.casing.string

The core casing functions, operating only on strings. Some functions here are very trival and could be inlined elsewhere, but exists for completeness for the consuming code.

The core casing functions, operating only on strings. Some functions
here are very trival and could be inlined elsewhere, but exists for
completeness for the consuming code.
raw docstring

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

× close