Variable: thing-at-point-short-url-regexp

thing-at-point-short-url-regexp is a variable defined in thingatpt.el.gz.

Value

"[-A-Za-z0-9]+\\.[-A-Za-z0-9.]+[^]	\n \"'<>[^`{}]*[^]	\n \"'<>[^`{}.,;]+"

Documentation

Regexp matching a URI without a scheme component.

Source Code

;; Defined in /usr/src/emacs/lisp/thingatpt.el.gz
(defvar thing-at-point-short-url-regexp
  (concat "[-A-Za-z0-9]+\\.[-A-Za-z0-9.]+" thing-at-point-url-path-regexp)
  "Regexp matching a URI without a scheme component.")