JavaScript-Name-Parser
JavaScript-Name-Parser copied to clipboard
JavaScript code to split names into their respective components (first, last, etc)
`Jack Ma` is parsed as first name Jack and suffix MA, no last name.
Hi, maybe you could add to the NameParse.is_salutation function: else if (word === "prof") { return "Prof." Thank you !
Useful tool, would be cool to be able to install with bower.js
Why does this library not support middle names? ``` p = NameParse.parse("Dr. Juan Quincy Adams Xavier de la Vega III") ``` I get: ``` firstName: "Juan Quincy Adams Xavier" initials:...
the browser-shims.js file adds functions to some of the core classes of javascript. this make it unaccpetable to use the name parser library in a large project where we dont...