Variable: thing-at-point-beginning-of-url-regexp

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

Value

nil

Documentation

Regexp matching the beginning of a well-formed URI.

If nil, construct the regexp from thing-at-point-uri-schemes.

Source Code

;; Defined in /usr/src/emacs/lisp/thingatpt.el.gz
;;  URIs

(defvar thing-at-point-beginning-of-url-regexp nil
  "Regexp matching the beginning of a well-formed URI.
If nil, construct the regexp from `thing-at-point-uri-schemes'.")