UNPKG

@hygull/bibtex

Version:

Get details about BibTeX (.bib) syntax, available ENTRY types and many more using Node APIs.

8 lines (4 loc) 115 B
### Regex to match in multi entry bib file ```javascript @\w+\{.+\,(\s*\w+\s*=\s*("|\{).*("|\})(\,)?)+\s*\} ```