Variable: org-uuid-regexp

org-uuid-regexp is a variable defined in org-macs.el.

Value

"\\`[0-9a-f]\\{8\\}-[0-9a-f]\\{4\\}-[0-9a-f]\\{4\\}-[0-9a-f]\\{4\\}-[0-9a-f]\\{12\\}\\'"

Documentation

Regular expression matching a universal unique identifier (UUID).

Source Code

;; Defined in ~/.emacs.d/elpa/org-9.8.2/org-macs.el
(defconst org-uuid-regexp
  "\\`[0-9a-f]\\{8\\}-[0-9a-f]\\{4\\}-[0-9a-f]\\{4\\}-[0-9a-f]\\{4\\}-[0-9a-f]\\{12\\}\\'"
  "Regular expression matching a universal unique identifier (UUID).")