(escape-html text)
Change special characters into HTML character entities.
Change special characters into HTML character entities.
(to-uri uri)
Prepends the base-url to the supplied URI.
Prepends the base-url to the supplied URI.
(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"
(url-encode params)
Turn a map of parameters into a urlencoded string.
Turn a map of parameters into a urlencoded string.
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close