dschnelldavis / parse-full-name

A function that accepts the full name of a person in any format, parses it, and returns its parts { title, first name, middle name, last name, nickname, suffix, [and any parsing errors] }.
74 stars 15 forks source link

John Doe, LEED AP parses to first: LEED, middle: AP #29

Open souterjk opened 2 years ago

souterjk commented 2 years ago

Parsed Result is :

{\"title\":\"\",\"first\":\"LEED\",\"middle\":\"AP\…:\"John Doe\",\"nick\":\"\",\"suffix\":\"\",\"error\":[]}