Liking cljdoc? Tell your friends :D

org.soulspace.overarch.util.functions


binding-vectorclj

(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`.
sourceraw docstring

data-tapperclj

(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.
sourceraw docstring

escape-htmlclj

(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.
sourceraw docstring

first-char-uppercaseclj

(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`.
sourceraw docstring

key-setclj

(key-set m)

Returns a set of the keys of the map m.

Returns a set of the keys of the map `m`.
sourceraw docstring

keyword-setclj

(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.
sourceraw docstring

multi-linesclj

(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`.
sourceraw docstring

single-lineclj

(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.
sourceraw docstring

tokenize-stringclj

(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).
sourceraw docstring

wrap-stringclj

(wrap-string s)

Wraps the argument s in double quotes.

Wraps the argument `s` in double quotes.
sourceraw docstring

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

× close