Variable: hyrolo-entry-name-regexp

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

Value

"[-_a-zA-Z0-9@.]+\\( ?, ?[-_a-zA-Z0-9@.]+\\)?"

Documentation

*Regexp matching a hyrolo entry name.

The match is after matching to hyrolo-hdr-and-entry-regexp.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
(defvar hyrolo-entry-name-regexp "[-_a-zA-Z0-9@.]+\\( ?, ?[-_a-zA-Z0-9@.]+\\)?"
  "*Regexp matching a hyrolo entry name.
The match is after matching to `hyrolo-hdr-and-entry-regexp'.")