Liking cljdoc? Tell your friends :D

wharf.core


camel->hyphenclj

(camel->hyphen s)

camel->underscoreclj

(camel->underscore s)

camel-sticky->hyphenclj

(camel-sticky->hyphen s)

camel-sticky->underscoreclj

(camel-sticky->underscore s)

capitalizeclj

(capitalize s)

Converts the first character of s to upper-case. This differs from clojure.string/captialize because it doesn't touch the rest of s.

Converts the first character of s to upper-case. This differs from
clojure.string/captialize because it doesn't touch the rest of s.
raw docstring

hyphen->lower-camelclj

(hyphen->lower-camel s)

hyphen->underscoreclj

(hyphen->underscore s)

hyphen->upper-camelclj

(hyphen->upper-camel s)

split-camel-caseclj

(split-camel-case 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

split-camel-case-stickyclj

(split-camel-case-sticky s)

Splits a camel case string, keeping consecutive capital characters attached to the following token.

Splits a camel case string, keeping consecutive capital characters
attached to the following token.
raw docstring

split-on-hyphenclj

(split-on-hyphen s)

Splits a string on hyphens.

Splits a string on hyphens.
raw docstring

split-on-underscoreclj

(split-on-underscore s)

Splits a string on undescores.

Splits a string on undescores.
raw docstring

transform-keysclj

(transform-keys t coll)

Recursively transforms all map keys in coll with t.

Recursively transforms all map keys in coll with t.
raw docstring

uncapitalizeclj

(uncapitalize s)

Converts the first character of s to lower-case.

Converts the first character of s to lower-case.
raw docstring

underscore->hyphenclj

(underscore->hyphen s)

underscore->lower-camelclj

(underscore->lower-camel s)

underscore->upper-camelclj

(underscore->upper-camel s)

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

× close