Variable: hyrolo-hdr-and-entry-regexp

hyrolo-hdr-and-entry-regexp is a variable defined in hyrolo.el.

Value

"^===\\|^@loc> \\|^\\([*\f]+\\)\\([  \n
]+\\)"

Documentation

Regular expression to match the beginning of a HyRolo file header or entry.

This pattern must match the beginning of a line.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defvar hyrolo-hdr-and-entry-regexp
  (concat hyrolo-hdr-prefix-regexp hyrolo-entry-regexp)
  "Regular expression to match the beginning of a HyRolo file header or entry.
This pattern must match the beginning of a line.")