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] }.
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] }.
Parse a human name string into salutation, first name, middle name, last name, suffix. Parse an address into address, city, state, zip
Generates an english first name based on gender.
Parse a human name string into salutation, first name, middle name, last name, suffix. Parse an address into address, city, state, zip
Namingly allows you to retrieve the correct parts of a full legal name.
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 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] }.
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] }.
Package will return full name when first, middle and last name are passed.
Generate random names using data from popular names and surnames of various countries.
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] }.