{"id":16002995,"url":"https://github.com/mmore/full_name_splitter","last_synced_at":"2026-01-23T10:15:52.466Z","repository":{"id":57677556,"uuid":"487254477","full_name":"MMore/full_name_splitter","owner":"MMore","description":"Full Name Splitter is a library to split a full name simply into first and last name.","archived":false,"fork":false,"pushed_at":"2024-10-09T01:18:34.000Z","size":19,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T17:48:53.390Z","etag":null,"topics":["elixir","erlang","lexer","parser","splitter"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MMore.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-04-30T11:03:56.000Z","updated_at":"2024-10-09T01:18:37.000Z","dependencies_parsed_at":"2024-10-30T14:41:22.715Z","dependency_job_id":"5de07135-4a49-436a-9e6c-8445bd6724b2","html_url":"https://github.com/MMore/full_name_splitter","commit_stats":{"total_commits":16,"total_committers":1,"mean_commits":16.0,"dds":0.0,"last_synced_commit":"0f4174eff716e2fc668c5c619093071c40e860d3"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MMore%2Ffull_name_splitter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MMore%2Ffull_name_splitter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MMore%2Ffull_name_splitter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MMore%2Ffull_name_splitter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MMore","download_url":"https://codeload.github.com/MMore/full_name_splitter/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245836335,"owners_count":20680358,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["elixir","erlang","lexer","parser","splitter"],"created_at":"2024-10-08T10:05:37.700Z","updated_at":"2026-01-23T10:15:52.148Z","avatar_url":"https://github.com/MMore.png","language":"Elixir","funding_links":[],"categories":[],"sub_categories":[],"readme":"# FullNameSplitter\n\n[![CI](https://github.com/MMore/full_name_splitter/actions/workflows/ci.yml/badge.svg)](https://github.com/MMore/full_name_splitter/actions/workflows/ci.yml) [![Hex](https://img.shields.io/hexpm/v/full_name_splitter)](https://hex.pm/packages/full_name_splitter)\n\nFull Name Splitter is a library to split a full name simply into first and last name.\n\nIt was inspired by the [JavaScript port](https://github.com/trello/full-name-splitter). But it uses\na tokenizer built with Erlang [`leex`](https://erlang.org/doc/man/leex.html) and a parser built\nwith Erlang [`yecc`](https://erlang.org/doc/man/yecc.html).\n\n## Installation\n\nAdd `full_name_splitter` to your list of dependencies in mix.exs:\n\n```elixir\ndef deps do\n  [\n    {:full_name_splitter, \"~\u003e 1.0.0\"}\n  ]\nend\n```\n\n## Usage\n\n```elixir\nFullNameSplitter.split(\"Leonardo da Vinci\")\n{\"Leonardo\", \"da Vinci\"}\n\nFullNameSplitter.split(\"Johan de heer Van Kampen\")\n{\"Johan\", \"de heer Van Kampen\"}\n\nFullNameSplitter.split(\"Anthony R Von Fange III\")\n{\"Anthony R\", \"Von Fange III\"}\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmore%2Ffull_name_splitter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmmore%2Ffull_name_splitter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmmore%2Ffull_name_splitter/lists"}