humannameparser

package
v0.32.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 13, 2021 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type HumanName

type HumanName struct {
	Name        string
	LeadingInit string
	FirstName   string
	MiddleName  string
	LastName    string
	Suffix      string

	Suffixes string
	Prefixes string
}

func ParseHumanName

func ParseHumanName(n string) (*HumanName, error)

ParseHumanName is a initial stub function to parse human names. The goal is to have a full implementation like a port of: https://github.com/jasonpriem/HumanNameParser.php

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL