Variable: hyrolo-logical-regexp

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

Value

"\\`(\\(r-\\)?\\(and\\|or\\|xor\\|not\\)\\>"

Documentation

Regexp matching the beginning of a HyRolo logical search string.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hyrolo.el
;;; ************************************************************************
;;; Public variables
;;; ************************************************************************

(defvar hyrolo-logical-regexp
  "\\`(\\(r-\\)?\\(and\\|or\\|xor\\|not\\)\\>"
  "Regexp matching the beginning of a HyRolo logical search string.")