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