Recent Releases of minify-bibtex.sh
minify-bibtex.sh - A tool to shorten author, editor, journal, and booktitle in a BibTeX file
A tool to shorten author, editor, journal, and booktitle in a BibTeX file.

Don't reveal this to your professor. Say you are doing clerical work.
```bash $ node index.js input.bib output.bib
output.bib has author, editor, journal, and booktitle shortened.
```
References
- BibTeX
- ASCII Table - ASCII codes,hex,decimal,binary,html : RapidTables
- JavaScript Reference : MDN Web Docs
- JavaScript String.Split() Example with RegEx : Dillion Megida
- Regex lookahead, lookbehind and atomic groups
- Regex match count of characters that are separated by non-matching characters
- JavaScript
Published by wolfram77 over 2 years ago