Liking cljdoc? Tell your friends :D

toucan.util

Utility functions used by other Toucan modules.

Utility functions used by other Toucan modules.
raw docstring

keyword->qualified-nameclj

(keyword->qualified-name k)

Return keyword K as a string, including its namespace, if any (unlike name).

(keyword->qualified-name :type/FK) -> "type/FK"

Return keyword K as a string, including its namespace, if any (unlike `name`).

(keyword->qualified-name :type/FK) -> "type/FK"
sourceraw docstring

lower-caseclj

(lower-case s)

Locale-agnostic version of clojure.string/lower-case. clojure.string/lower-case uses the default locale in conversions, turning ID into ıd, in the Turkish locale. This function always uses the Locale/US locale.

Locale-agnostic version of `clojure.string/lower-case`.
`clojure.string/lower-case` uses the default locale in conversions, turning
`ID` into `ıd`, in the Turkish locale. This function always uses the
`Locale/US` locale.
sourceraw docstring

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

× close