Takes human names of arbitrary complexity and parses out individual components.
$ dotnet add package NovelTheory.HumanNameParserName: HumanNameParser
Date: 12-Nov-2017
Author: James M. Curran james.curran@gmail.com (based on the work of Jason Priem jason@jasonpriem.com, et al)
License: http://www.opensource.org/licenses/mit-license.php
Blog entry: https://honestillusion.com/2017/11/12/human-name-parser
Port of the original PHP HumanNameParse into C#/.NET (.NET Standard v1.3) (Original: https://github.com/jasonpriem/HumanNameParser.php )
Takes human names of arbitrary complexity and various wacky formats like:
and parses out the:
UPDATE:
13-Jul-2023
25-Apr-2022