Liking cljdoc? Tell your friends :D
Clojure only.

xmltojson.utils


md5clj

(md5 s)

Returns md5 hash of input string s. (md5 "joe") => 8ff32489f92f33416694be8fdc2d4c22

Returns md5 hash of input string s.
(md5 "joe")
=> 8ff32489f92f33416694be8fdc2d4c22 
sourceraw docstring

xml-parse-strclj

(xml-parse-str s)

Just because clojure.xml doesn't have a parse-str function. Takes string s in xml format and xml/parse.

Just because clojure.xml doesn't have a parse-str function. Takes string s in
xml format and xml/parse.
sourceraw docstring

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

× close