Liking cljdoc? Tell your friends :D

singultus.util


*base-url*cljs

source

as-strcljs

(as-str)
(as-str x)
(as-str x & xs)
source

escape-htmlcljs

(escape-html text)

Change special characters into HTML character entities.

Change special characters into HTML character entities.
sourceraw docstring

to-uricljs

(to-uri uri)

Prepends the base-url to the supplied URI.

Prepends the base-url to the supplied URI.
sourceraw docstring

urlcljs

(url & args)

Creates a URL string from a variable list of arguments and an optional parameter map as the last argument. For example: (url "/group/" 4 "/products" {:page 9}) => "/group/4/products?page=9"

Creates a URL string from a variable list of arguments and an optional
parameter map as the last argument. For example:
  (url "/group/" 4 "/products" {:page 9})
  => "/group/4/products?page=9"
sourceraw docstring

url-encodecljs

(url-encode params)

Turn a map of parameters into a urlencoded string.

Turn a map of parameters into a urlencoded string.
sourceraw docstring

url-encode-componentcljs

(url-encode-component s)
source

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

× close