bibtex-parse-field-text

bibtex-parse-field-text is a compiled Lisp function in `bibtex.el'.

(bibtex-parse-field-text)

Parse the text part of a BibTeX field.
The text part is either a string, or an empty string, or a constant followed
by one or more <# (string|constant)> pairs. If a syntactically correct text
is found, a pair containing the start and end position of the text is
returned, nil otherwise. Move point to end of field text.