(walk-normalize data)
Recursively walks a data structure. For all string values, perform
(str/lower-case (str/whitespace-collapse arg))
, else noop.
Recursively walks a data structure. For all string values, perform `(str/lower-case (str/whitespace-collapse arg))`, else noop.
(walk-whitespace-collapse data)
Recursively walks a data structure. For all string values, perform
(str/whitespace-collapse ...)
, else noop.
Recursively walks a data structure. For all string values, perform `(str/whitespace-collapse ...)`, else noop.
cljdoc builds & hosts documentation for Clojure/Script libraries
Ctrl+k | Jump to recent docs |
← | Move to previous article |
→ | Move to next article |
Ctrl+/ | Jump to the search field |