Liking cljdoc? Tell your friends :D

user.string.lettercase

clj
https://en.wikipedia.org/wiki/Letter_case
raw docstring

camel->dashclj/s


camel->dash->lcclj/s


camel->dash->ucclj/s


camel->kebabclj/s


camel->kebab->lcclj/s


camel->kebab->ucclj/s


camel->snakeclj/s


camel->snake->lcclj/s


camel->snake->ucclj/s


camel->underscoreclj/s


camel->underscore->lcclj/s


camel->underscore->ucclj/s


dash->camelclj/s


dash->camel2clj/s


kebab->camelclj/s


kebab->camel2clj/s


replace-allclj/s

(replace-all s regex replacement)

separate-camel-humpsclj/s

(separate-camel-humps s)

Splits a camel case string into tokens. Consecutive captial lets, except for the last one, become a single token.

Splits a camel case string into tokens. Consecutive captial lets,
except for the last one, become a single token.
raw docstring

snake->camelclj/s


snake->camel2clj/s


split-on-hyphenclj/s

(split-on-hyphen s)

Splits a string on hyphens.

Splits a string on hyphens.
raw docstring

split-on-underscoreclj/s

(split-on-underscore s)

Splits a string on underscore.

Splits a string on underscore.
raw docstring

underscore->camelclj/s


underscore->camel2clj/s

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

× close