Variable: bibtex-string-type
bibtex-string-type is a variable defined in bibtex.el.gz.
Value
"^[ ]*\\(@[ ]*String\\)[ ]*[({][ \n]*"
Documentation
Regexp matching the name of a BibTeX String entry.
Source Code
;; Defined in /usr/src/emacs/lisp/textmodes/bibtex.el.gz
(defconst bibtex-string-type "^[ \t]*\\(@[ \t]*String\\)[ \t]*[({][ \t\n]*"
"Regexp matching the name of a BibTeX String entry.")