Variable: thing-at-point-url-path-regexp
thing-at-point-url-path-regexp is a variable defined in
thingatpt.el.gz.
Value
"[^] \n \"'<>[^`{}]*[^] \n \"'<>[^`{}.,;]+"
Documentation
Regexp matching the host and filename or e-mail part of a URL.
Source Code
;; Defined in /usr/src/emacs/lisp/thingatpt.el.gz
(defvar thing-at-point-url-path-regexp
"[^]\t\n \"'<>[^`{}]*[^]\t\n \"'<>[^`{}.,;]+"
"Regexp matching the host and filename or e-mail part of a URL.")