RateGravity / 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] }.
40 stars 13 forks source link

Fix last name becoming middle name with trailing whitespace #14

Closed suzil closed 3 years ago

suzil commented 3 years ago

Closes #8

chris-pardy commented 3 years ago

@RoboCafaz Can you go ahead and cut a point release from this too.