Variable: erc-controls-remove-regexp

erc-controls-remove-regexp is a variable defined in erc-goodies.el.gz.

Value

"\\|\\|\\|\\|\\|\\|[0-9]?[0-9]?\\(,[0-9][0-9]?\\)?"

Documentation

Regular expression which matches control characters to remove.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc-goodies.el.gz
(defvar erc-controls-remove-regexp
  "\C-b\\|\C-]\\|\C-_\\|\C-v\\|\C-g\\|\C-o\\|\C-c[0-9]?[0-9]?\\(,[0-9][0-9]?\\)?"
  "Regular expression which matches control characters to remove.")