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

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

Value

"<URL:\\([^<>\n]+\\)>"

Documentation

Regexp matching a URL marked up per RFC1738.

This kind of markup was formerly recommended as a way to indicate URIs, but as of RFC 3986 it is no longer recommended. Subexpression 1 should contain the delimited URL.

Source Code

;; Defined in /usr/src/emacs/lisp/thingatpt.el.gz
(defvar thing-at-point-markedup-url-regexp "<URL:\\([^<>\n]+\\)>"
  "Regexp matching a URL marked up per RFC1738.
This kind of markup was formerly recommended as a way to indicate
URIs, but as of RFC 3986 it is no longer recommended.
Subexpression 1 should contain the delimited URL.")