Variable: erc-command-regexp

erc-command-regexp is a variable defined in erc.el.gz.

Value

"^/\\([A-Za-z']+\\)\\(\\s-+.*\\|\\s-*\\)$"

Documentation

Regular expression used for matching commands in ERC.

Source Code

;; Defined in /usr/src/emacs/lisp/erc/erc.el.gz
(defvar erc-command-regexp "^/\\([A-Za-z']+\\)\\(\\s-+.*\\|\\s-*\\)$"
  "Regular expression used for matching commands in ERC.")