Registry / utility / namae
library1.2.0rbrubygemsunverified

Namae is a parser for human names that recognizes personal names of various cultural backgrounds and splits them into component parts.

gem install namae
INSTALL
IMPORT
SIG · NAMAE
N
namae
utilityrubyv1.2.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Namae
require 'namae'

Parse a human name into its components

require 'namae' # Parse a human name name = Namae.parse('John F. Kennedy Jr.').first puts name.given # => "John" puts name.family # => "Kennedy"
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.2.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
6
Resources
namae — gem install namae · libregistry