Variable: hpath:string-url-regexp3
hpath:string-url-regexp3 is a variable defined in hpath.el.
Value
"\\`<?\\(URL[:=]\\)\\(\\(\\)\\(\\)\\([a-zA-Z0-9][^/:@ \n
\"`'|]*\\.[^/:@ \n
\"`'|]+\\):?\\([0-9]+\\)?\\([/~]\\([^][ \n
\"`'|(){}<>]+[^][ \n
\"`'|(){}<>.,?#!*]\\)*\\)?\\)>?\\'"
Documentation
Regexp that matches to a possibly delimited terse Url and nothing else.
See the documentation for hpath:url-regexp for match groupings to
use with string-match.
Source Code
;; Defined in ~/.emacs.d/elpa/hyperbole-20260414.325/hpath.el
(defvar hpath:string-url-regexp3 (concat "\\`" hpath:url-regexp3 "\\'")
"Regexp that matches to a possibly delimited terse Url and nothing else.
See the documentation for `hpath:url-regexp' for match groupings to
use with `string-match'.")