Variable: org-plain-link-re
org-plain-link-re is an alias for org-link-plain-re, defined in
org-compat.el.gz.
This variable is obsolete since 9.3; use org-link-plain-re instead.
Value
"\\(?:\\<\\(?:\\(attachment\\|b\\(?:bdb\\|ibtex\\)\\|do\\(?: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\\)\\|shell\\|w3m\\)\\):\\(\\(?:[^][ \n()<>]\\|[(<[]\\(?:[^][ \n()<>]\\|[(<[][^][ \n()<>]*[])>]\\)*[])>]\\)+\\(?:[^[:punct:] \n]\\|/\\|[(<[]\\(?:[^][ \n()<>]\\|[(<[][^][ \n()<>]*[])>]\\)*[])>]\\)\\)\\)"
Documentation
Matches plain link, without spaces.
Group 1 must contain the link type (i.e. https).
Group 2 must contain the link path (i.e. //example.com).
Used by org-element-link-parser.
Aliases
org-plain-link-re (obsolete since 9.3)