Variable: enriched-annotation-regexp

enriched-annotation-regexp is a variable defined in enriched.el.gz.

Value

"<\\(/\\)?\\([-A-Za-z0-9]+\\)>"

Documentation

Regular expression matching enriched-text annotations.

Source Code

;; Defined in /usr/src/emacs/lisp/textmodes/enriched.el.gz
(defconst enriched-annotation-regexp "<\\(/\\)?\\([-A-Za-z0-9]+\\)>"
  "Regular expression matching enriched-text annotations.")