Variable: hyrolo-entry-regexp

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

Value

"^\\([*\f]+\\)\\([      \n
]+\\)"

Documentation

Regular expression to match the beginning of a HyRolo entry.

This pattern must match the beginning of a line. hyrolo-entry-group-number must capture the entry's level in the hierarchy. hyrolo-entry-trailing-space-group-number must capture the entire single line whitespace following the entry hierarchy level.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defvar hyrolo-entry-regexp "^\\([*\^L]+\\)\\([ \t\n\r]+\\)"
  "Regular expression to match the beginning of a HyRolo entry.
This pattern must match the beginning of a line.
`hyrolo-entry-group-number' must capture the entry's level in the
hierarchy.  `hyrolo-entry-trailing-space-group-number' must capture
the entire single line whitespace following the entry hierarchy
level.")