Function: org-uuidgen-p
org-uuidgen-p is a byte-compiled function defined in org-macs.el.
Signature
(org-uuidgen-p S)
Documentation
Is S an ID created by UUIDGEN?
Source Code
;; Defined in ~/.emacs.d/elpa/org-9.8.2/org-macs.el
(defun org-uuidgen-p (s)
"Is S an ID created by UUIDGEN?"
(string-match org-uuid-regexp (downcase s)))