nameparts

Takes a full name and splits it into individual name parts


License
BSD-2-Clause-FreeBSD

Documentation

nameparts

Build Status Coverage Status hex.pm version

nameparts is a code port from a Python project to NodeJS to Elixir. The original Python module was written by James Polera to address the problem of having to split full names into individual parts (first, middle, last, etc.) and ported to NodeJS by Gary Slawinski.

Installation

Add nameparts to your list of dependencies in mix.exs:

def deps do
  [
    {:nameparts, "~> 0.1.0"}
  ]
end

Usage

Documentation can be found at https://hexdocs.pm/nameparts.

License

nameparts is released under the FreeBSD license.