Semantic MediaWiki and related extensions
Public Member Functions | List of all members
SCI\Bibtex\BibtexAuthorListParser Class Reference

Public Member Functions

 parse ( $input)
 

Detailed Description

Note
most of the parsing code has been copied from PARSECREATORS therefore thanks goes to the authors of http://bibliophile.sourceforge.net

Comments to the source code can be found at http://sourceforge.net/projects/bibliophile/files/bibtexParse/ released under under the GPL license.

GNU GPL v2+

Since
1.0

Member Function Documentation

◆ parse()

SCI\Bibtex\BibtexAuthorListParser::parse (   $input)

Create writer arrays from bibtex input

'author field can be (delimiters between authors are 'and' or '&'):

  1. <first-tokens> <von-tokens> <last-tokens>
  2. <von-tokens> <last-tokens>, <first-tokens>
  3. <von-tokens> <last-tokens>, <jr-tokens>, <first-tokens>
Since
1.0
Parameters
string$input
Returns
array

The documentation for this class was generated from the following file:

About | General disclaimer | Privacy policy