jasonpriem / HumanNameParser.php

Returns the parts (leading initial, first, middle, last, suffix) of a name from a string.
MIT License
108 stars 42 forks source link

Fixed bug where honorifics such as Dr. mistakenly parsed from names #15

Closed ddosanjh closed 2 years ago

ddosanjh commented 2 years ago

prior to this fix "Drew Smith" would be parsed as "Dr. Drew Smith".