(binding-vector m)
Creates a binding vector for the entries of the data map m
.
Creates a binding vector for the entries of the data map `m`.
(data-tapper data)
(data-tapper ctx data)
Sends the data
and and optional context ctx
to the tap. Useful for viewing data and debugging.
Sends the `data` and and optional context `ctx` to the tap. Useful for viewing data and debugging.
(escape-html s)
Escapes the HTML special characters in the string s
. Returns an empty string, if s
is nil.
Escapes the HTML special characters in the string `s`. Returns an empty string, if `s` is nil.
(first-char-uppercase e)
Returns the first character of the name of an element e
.
Returns the first character of the name of an element `e`.
(key-set m)
Returns a set of the keys of the map m
.
Returns a set of the keys of the map `m`.
(keyword-set coll)
Converts the coll
of strings or symbols into a set of keywords.
Converts the `coll` of strings or symbols into a set of keywords.
(multi-lines s)
(multi-lines s line-length)
Converts the string s
to a multiline string with a maximum line length of line-length
.
Converts the string `s` to a multiline string with a maximum line length of `line-length`.
(single-line s)
Converts the string to a single line string. Returns an empty string, if s
is nil.
Converts the string to a single line string. Returns an empty string, if `s` is nil.
(tokenize-string s)
(tokenize-string s re)
Returns a vector of strings by tokenizing the string s
with the optional regex re
(comma per default).
Returns a vector of strings by tokenizing the string `s` with the optional regex `re` (comma per default).
(wrap-string s)
Wraps the argument s
in double quotes.
Wraps the argument `s` in double quotes.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close