Parse a human name string into salutation, first name, middle name, last name, suffix. Parse an address into address, city, state, zip
A function that accepts the fullname 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] }.
TypeScript definitions for parse-full-name
React Component and Function for Creating Lorem Ipsum Text as Placeholder