• Stars
    star
    108
  • Rank 320,138 (Top 7 %)
  • Language
    PHP
  • License
    MIT License
  • Created about 14 years ago
  • Updated over 2 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Returns the parts (leading initial, first, middle, last, suffix) of a name from a string.

Name: HumanNameParse.php

Version: 0.2

Date: 6 Sept. 2010

Author: Jason Priem [email protected]

Website: http://jasonpriem.com/human-name-parse

License: http://www.opensource.org/licenses/mit-license.php

Description

Takes human names of arbitrary complexity and various wacky formats like:

  • J. Walter Weatherman
  • de la Cruz, Ana M.
  • James C. ('Jimmy') O'Dell, Jr.

and parses out the:

  • leading initial (Like "J." in "J. Walter Weatherman")
  • first name (or first initial in a name like 'R. Crumb')
  • nicknames (like "Jimmy" in "James C. ('Jimmy') O'Dell, Jr.")
  • middle names
  • last name (including compound ones like "van der Sar' and "Ortega y Gasset"), and
  • suffix (like 'Jr.', 'III')