Revision: 55142
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at January 28, 2012 04:07 by ef
Initial Code
(import '[org.jsoup Jsoup]) (defn strip-html-tags "Function strips HTML tags from string." [s] (.text (Jsoup/parse s)))
Initial URL
Initial Description
Function strips HTML tags from string.
Initial Title
Strip tags from HTML
Initial Tags
html
Initial Language
Clojure