Variable: hpath:mswindows-path-regexp

hpath:mswindows-path-regexp is a variable defined in hpath.el.

Value

"\\`.*\\.*[a-zA-Z0-9_.]"

Documentation

Regexp matching the start of an MSWindows path without a drive letter.

Path contains directory separators.

Source Code

;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hpath.el
(defconst hpath:mswindows-path-regexp "\\`.*\\.*[a-zA-Z0-9_.]"
  "Regexp matching the start of an MSWindows path without a drive letter.
Path contains directory separators.")