| Trees | Index | Help |
|
|---|
| Module nameparser |
|
| Function Summary | |
|---|---|
Returns a string of the name, including all fields that are present | |
Returns the name formatted as First Middle Last | |
Returns the name formatted as Last, First Middle | |
like formatname, except we use the first matching
component | |
getfirst(name)
| |
Gets the full name, joining the first/middle/last if necessary | |
getlast(name)
| |
getmiddle(name)
| |
Returns (first, middle, last) for name. | |
_getparts_FML(name)
| |
_getparts_LFM(name)
| |
| Function Details |
|---|
formatfullname(name)Returns a string of the name, including all fields that are present |
formatsimplefirstlast(name)Returns the name formatted as First Middle Last |
formatsimplelastfirst(name)Returns the name formatted as Last, First Middle |
formatsimplename(name)likeformatname, except we use the first matching
component
|
getfullname(name)Gets the full name, joining the first/middle/last if necessary |
getparts(name)Returns (first, middle, last) for name. If the part doesn't exist then a blank string is returned |
| Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Fri Aug 15 18:58:24 2008 | http://epydoc.sf.net |