\BIBTEXCREATORPARSE

Parse BibTeX authors

Summary

Methods
Properties
Constants
__construct()
parse()
getInitials()
$separateInitials
$removeBraces
$removeTilde
$removeEtAl
No constants found
No protected methods found
No protected properties found
N/A
No private methods found
No private properties found
N/A

Properties

$separateInitials

$separateInitials : 

boolean If true, separate initials from firstname

Type

$removeBraces

$removeBraces : 

boolean

Type

$removeTilde

$removeTilde : 

boolean

Type

$removeEtAl

$removeEtAl : 

boolean

Type

Methods

__construct()

__construct() : 

BIBTEXCREATORPARSE

Returns

parse()

parse(  input) : 

Create writer arrays from bibtex input.

'author field can be (delimiters between authors are 'and', 'AND', or '&'): There are three possible cases: 1: First von Last 2: von Last, First 3: von Last, Jr, First

Parameters

input

Returns

FALSE|array (firstname, initials, surname, jr, von)

getInitials()

getInitials(  firstname) : 

converts a first name to initials -- not currently used

Parameters

firstname

Returns