My favorites | Sign in
Google
Projects on Google Code Results 1 - 1 of 1
*Requires*: [http://weitz.de/cl-ppcre/ 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))) ...