tlshaheen/human-name-parser
Composer 安装命令:
composer require tlshaheen/human-name-parser
包简介
Takes human names of arbitrary complexity and various wacky formats and parses them out.
README 文档
README
Name: HumanNameParse.php Version: 0.2 Date: 6 Sept. 2010 Author: Jason Priem jason@jasonpriem.com Website: http://jasonpriem.com/human-name-parse License: http://www.opensource.org/licenses/mit-license.php
To Install
Add "tlshaheen/human-name-parser": "0.2" to your composer.json file and run composer update.
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')
统计信息
- 总下载量: 1.86k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 0
- 点击次数: 0
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: Unknown
- 更新时间: 2016-05-11