Variable: hpath:string-url-regexp2

hpath:string-url-regexp2 is a variable defined in hpath.el.

Value

"\\`<?\\(URL[:=]\\|[^/@]\\|\\)\\(\\(\\)\\(\\)\\(\\(www\\|s?ftp\\|telnet\\|news\\|nntp\\)\\.[^/:@     \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-regexp2 (concat "\\`" hpath:url-regexp2 "\\'")
  "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'.")