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
Isn't LastName <comma><space> FirstName a very common write-out of a persons full name?
print_r(FullNameParser::parse('LASTNAME, FIRSTNAME'));
Array ( [salutation] => [fname] => Lastname [initials] => [lname] => Firstname [lname_base] => Firstname [lname_compound] => [suffix] => )
The text was updated successfully, but these errors were encountered:
You're right. And it's the first thing listed under possible improvements. Feel free to send a pull request if you end up implementing that.
Sorry, something went wrong.
😁 totally missed that in the readme..
No branches or pull requests
Isn't LastName <comma><space> FirstName a very common write-out of a persons full name?
print_r(FullNameParser::parse('LASTNAME, FIRSTNAME'));
The text was updated successfully, but these errors were encountered: