Liking cljdoc? Tell your friends :D

fleet.util


bypassclj

(bypass arg)

Just returns it's argument

Just returns it's argument
raw docstring

escape-clj-stringclj

(escape-clj-string s)

Escapes Clojure string.

Escapes Clojure string.
raw docstring

escape-regexclj

(escape-regex s)

Escapes special Regex symbols.

Escapes special Regex symbols.
raw docstring

escape-stringclj

(escape-string s)

Escapes common string causes, like for Java or JS.

Escapes common string causes, like for Java or JS.
raw docstring

escape-xmlclj

(escape-xml text)

within-nscljmacro

(within-ns ns & body)

Evaluates body in another namespace. ns is either a namespace object or a symbol. This makes it possible to define functions in namespaces other than the current one.

Evaluates body in another namespace.  ns is either a namespace
object or a symbol.  This makes it possible to define functions in
namespaces other than the current one.
raw docstring

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

× close