Search code examples
c#stringbibtexbibliography

How to split Bibiliography MLA string into BibTex using c#?


I'm having a Bib String like this.

Baehr H.D. (1984), Thermodynamik, 5. Auflage, Springer Verlag, Berlin, Heidelberg

Now i want to split this Bibiliography string into formatted string like BibTex using C#. Please help me with this.


Solution

  • Take a look at http://www.zotero.org/support/kb/importing_formatted_bibliographies for a listing of existing tools that can parse formatted bibliographic entries and extract their bibliographic information.