Liking cljdoc? Tell your friends :D

org.bovinegenius.exploding-fish.query-string


alist->listclj

(alist->list alist)

Convert a query string alist into a list.

Convert a query string alist into a list.
raw docstring

alist->query-stringclj

(alist->query-string alist)

Convert a query string alist into a query string.

Convert a query string alist into a query string.
raw docstring

alist-replaceclj

(alist-replace alist key value)
(alist-replace alist key value index)

Replace a value in an alist. If there is more than one pair with the same key, the first value will be set, and the following values will be removed. If an index is given, it will replace the nth value whose key matches the given key, and other pairs with that key will be unmodified.

Replace a value in an alist. If there is more than one pair with
the same key, the first value will be set, and the following values
will be removed. If an index is given, it will replace the nth value
whose key matches the given key, and other pairs with that key will be
unmodified.
raw docstring

list->alistclj

(list->alist list)

Convert a query string list into an alist.

Convert a query string list into an alist.
raw docstring

list->query-stringclj

(list->query-string list)

Convert a query string list into a query string.

Convert a query string list into a query string.
raw docstring

query-string->alistclj

(query-string->alist query-string)

Convert a query string into an alist.

Convert a query string into an alist.
raw docstring

query-string->listclj

(query-string->list query-string)

Convert a query string into a list by separating on &'s.

Convert a query string into a list by separating on &'s.
raw docstring

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

× close