My favorites | Sign in
Project Home Downloads Wiki Issues Source
Project Information
Members
Featured
Downloads

Requires: CL-PPCRE

Installation:

(asdf-install:install :html-entities)

Usage:

(asdf:oos 'asdf:load-op 'html-entities)

(defparameter str "some text <which needs \"encoding\"!> & decoding")

(let ((encoded (encode-entities str)))
  (decode-entities encoded))

(More documentation)

Patches and suggestions welcome!

Powered by Google Project Hosting