Function Clean-Comments

Part of:

package cl-ppcre
( clean-comments < string > &optional < extended-mode > )

Clean (?#...) comments within STRING for quoting, i.e. convert
\Q to Q and \E to E. If EXTENDED-MODE is true, also clean
end-of-line comments, i.e. those starting with ## and ending with
#\Newline.