name library
Classes
-
NameParser<
T> -
A parser designed to extract a person's name from an arbitrary string. The parse method
will create a
T
object with the person's family name, given name, particles (dropping and non-dropping), and suffixes. [...]
Typedefs
-
NameParserOutput<
T> (String family, {String given, String droppingParticle, String nonDroppingParticle, String suffix}) → T -
The type of function NameParser uses to generate its
T
. [...]