Variable: hpath:string-url-regexp
hpath:string-url-regexp is a variable defined in hpath.el.
Value
"\\`<?\\(URL[:=]\\)?\\(\\([a-zA-Z][a-zA-Z]+\\)://?/?\\([^/:@ \n
\"`'|]+@\\)?\\([^/:@ \n
\"`'|]+\\)\\(\\)\\(:[0-9]+\\)?\\([/~]\\([^][ \n
\"`'|(){}<>]+[^][ \n
\"`'|(){}<>.,?#!*]\\)*\\)?\\)>?\\'"
Documentation
Regexp that matches to a possibly delimited 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-regexp (concat "\\`" hpath:url-regexp "\\'")
"Regexp that matches to a possibly delimited Url and nothing else.
See the documentation for `hpath:url-regexp' for match groupings to
use with `string-match'.")