Variable: org-deadline-line-regexp
org-deadline-line-regexp is a variable defined in org.el.gz.
Value
"\\<\\(DEADLINE:\\).*"
Documentation
Matches the DEADLINE keyword and the rest of the line.
Source Code
;; Defined in /usr/src/emacs/lisp/org/org.el.gz
(defconst org-deadline-line-regexp
(concat "\\<\\(" org-deadline-string "\\).*")
"Matches the DEADLINE keyword and the rest of the line.")