Variable: hpath:path-variable-regexp
hpath:path-variable-regexp is a variable defined in hpath.el.
Value
"\\`\\$?[{(]?\\([-_A-Z]*path[-_A-Z]*\\)[)}]?\\'"
Documentation
Regexp that matches exactly to a standalone path variable name reference.
Group 1 is the variable name.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hpath.el
(defvar hpath:path-variable-regexp "\\`\\$?[{(]?\\([-_A-Z]*path[-_A-Z]*\\)[)}]?\\'"
"Regexp that matches exactly to a standalone path variable name reference.
Group 1 is the variable name.")