Variable: hywiki-word-suffix-regexp
hywiki-word-suffix-regexp is a variable defined in hywiki.el.
Value
"\\(#\\|::\\|:L\\)\\(.+\\)\\'"
Documentation
Regexp matching any trailing part of a HyWikiWord reference.
It may be a section or a line number reference. Group one is the type of reference and group two is the rest of the suffix reference.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hywiki.el
(defconst hywiki-word-suffix-regexp "\\(#\\|::\\|:L\\)\\(.+\\)\\'"
"Regexp matching any trailing part of a HyWikiWord reference.
It may be a section or a line number reference. Group one is the type
of reference and group two is the rest of the suffix reference.")