Variable: org-deadline-time-regexp
org-deadline-time-regexp is a variable defined in org.el.gz.
Value
"\\<DEADLINE: *<\\([^>]+\\)>"
Documentation
Matches the DEADLINE keyword together with a time stamp.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defconst org-deadline-time-regexp
(concat "\\<" org-deadline-string " *<\\([^>]+\\)>")
"Matches the DEADLINE keyword together with a time stamp.")