Extracting Header and Content from an Article

"Husain Alshehhi" <[email protected]> Mon, 11 Nov 2024 20:38:14 -0600
Newsgroups gmane.emacs.gnus.general
Message-ID <[email protected]>
Hello,

When the point is in the summary page while viewing an article, or while a point is in an open article, I want to be able to (1) extract a header value which is not in the gnus-extra-headers, and (2) get some content from the article via regexp search (using capture groups). What are the right GNUS APIs to use for my use case?

Husain