Variable: org-link-any-re
org-link-any-re is a variable defined in ol.el.gz.
Value
"\\(\\[\\[\\(\\(?:[^][\\]\\|\\\\\\(?:\\\\\\\\\\)*[][]\\|\\\\+[^][]\\)+\\)]\\(?:\\[\\([^z-a]+?\\)]\\)?]\\)\\|\\(<\\(attachment\\|b\\(?:bdb\\|ibtex\\)\\|d\\(?:enote\\|o\\(?:cview\\|i\\)\\)\\|e\\(?:lisp\\|shell\\|ww\\)\\|f\\(?:ile\\(?:\\+\\(?:\\(?:emac\\|sy\\)s\\)\\)?\\|tp\\)\\|gnus\\|h\\(?:elp\\(?:ful\\)?\\|ttps?\\|y\\(?:pb-msg\\)?\\)\\|i\\(?:d\\|nfo\\|rc\\)\\|m\\(?:a\\(?:ilto\\|n\\)\\|he\\)\\|news\\|r\\(?:mail\\|oam\\)\\|sh\\(?:ell\\|ortdoc\\)\\|treemacs\\|w3m\\):\\([^>\n]*\\(?:\n[ ]*[^> \n][^>\n]*\\)*\\)>\\)\\|\\(\\(?:\\<\\(?:\\(attachment\\|b\\(?:bdb\\|ibtex\\)\\|d\\(?:enote\\|o\\(?:cview\\|i\\)\\)\\|e\\(?:lisp\\|shell\\|ww\\)\\|f\\(?:ile\\(?:\\+\\(?:\\(?:emac\\|sy\\)s\\)\\)?\\|tp\\)\\|gnus\\|h\\(?:elp\\(?:ful\\)?\\|ttps?\\|y\\(?:pb-msg\\)?\\)\\|i\\(?:d\\|nfo\\|rc\\)\\|m\\(?:a\\(?:ilto\\|n\\)\\|he\\)\\|news\\|r\\(?:mail\\|oam\\)\\|sh\\(?:ell\\|ortdoc\\)\\|treemacs\\|w3m\\)\\):\\(\\(?:[^][ \n()<>]\\|[(<[]\\(?:[^][ \n()<>]\\|[(<[][^][ \n()<>]*[])>]\\)*[])>]\\)+\\(?:[^[:punct:][:space:]\n]\\|[/-]\\|[(<[]\\(?:[^][ \n()<>]\\|[(<[][^][ \n()<>]*[])>]\\)*[])>]\\)\\)\\)\\)"
Documentation
Regular expression matching any link.
Aliases
org-any-link-re (obsolete since 9.3)
Source Code
;; Defined in /usr/src/emacs/lisp/org/ol.el.gz
(defvar org-link-any-re nil
"Regular expression matching any link.")