Skip to content
New issue

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

Last Name Comma First Name comes out wrong #38

Open
kingIZZZY opened this issue Aug 3, 2017 · 2 comments
Open

Last Name Comma First Name comes out wrong #38

kingIZZZY opened this issue Aug 3, 2017 · 2 comments

Comments

@kingIZZZY
Copy link

kingIZZZY commented Aug 3, 2017

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] => 
)
@joshfraser
Copy link
Owner

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.

@kingIZZZY
Copy link
Author

😁 totally missed that in the readme..

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants