Variable: hpath:variable-regexp
hpath:variable-regexp is a variable defined in hpath.el.
Value
"\\$@?{\\([^}]+\\)@?}"
Documentation
Regexp matching variable names that Hyperbole resolves within pathnames.
The format is ${variable}. Match grouping 1 is the name of the variable.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hpath.el
(defconst hpath:variable-regexp "\\$@?\{\\([^\}]+\\)@?\}"
"Regexp matching variable names that Hyperbole resolves within pathnames.
The format is ${variable}. Match grouping 1 is the name of the variable.")