org-heading-regexp

org-heading-regexp is a variable defined in `org.el'.
Its value is
"^\\(\\*+\\)\\(?: +\\(.*?\\)\\)?[ 	]*$"


Documentation:
Matches a headline, putting stars and text into groups.
Stars are put in group 1 and the trimmed body in group 2.