Project

namelib

0.0
No commit activity in last 3 years
No release in over 3 years
namelib is a Ruby fork of NameCase, a library for converting denormalized names to be properly cased.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 3.13
~> 4.0
~> 4.0
 Project Readme

https://rubygems.org/gems/namelib

Description

Namelib is a Ruby fork of NameCase, a library for converting denormalized names to be properly cased.

Example Usage

Let's say in your database, all the names of your clients were in uppercase and that you want to properly lowercase the right parts of them, then Namelib is for you!

Namelib("RON BURGUNDY")              # => Ron Burgundy
Namelib("MCDONALDS")                 # => McDonalds
Namelib("VALÉRY GISCARD D'ESTAING")  # => Valéry Giscard d'Estaing

Acknowledgements

This library is a port of a Perl library by Mark Summerfield. And also a fork of the NameCase gem by Aaron Patterson.

Authors

Original Version: Copyright (c) Mark Summerfield 1998-2002. All Rights Reserved

Ruby version: Copyright (c) Aaron Patterson 2006-2015

Ruby fork: Copyright (c) Gaspard d'Hautefeuille 2017

License

Namelib is distributed under the GPL v3 license. Please see the LICENSE file.