Variable: hfy-html-quote-regex
hfy-html-quote-regex is a customizable variable defined in
htmlfontify.el.gz.
Value
"\\([<\"&>]\\)"
Documentation
Regex to match (with a single back-reference per match) strings in HTML
which should be quoted with hfy-html-quote (and hfy-html-quote-map)
to make them safe.
Source Code
;; Defined in /usr/src/emacs/lisp/htmlfontify.el.gz
(defcustom hfy-html-quote-regex "\\([<\"&>]\\)"
"Regex to match (with a single back-reference per match) strings in HTML
which should be quoted with `hfy-html-quote' (and `hfy-html-quote-map')
to make them safe."
:tag "html-quote-regex"
:type '(regexp))