We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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: "" lastName: "De La Vega" salutation: "Dr." suffix: "III"
Seems like all names before initial/last name are first name? lol.
The text was updated successfully, but these errors were encountered:
@kalvish21 Here is fork I modified for genealogical purposes, which includes middle name. In my case, it would have parsed the first name as "Juan Quincy" and the middle name as "Adams Xavier". https://github.com/jeffg2k/SmartCopy/blob/master/parse-names.js
Sorry, something went wrong.
No branches or pull requests
Why does this library not support middle names?
I get:
Seems like all names before initial/last name are first name? lol.
The text was updated successfully, but these errors were encountered: