Namelib¶ ↑
Description¶ ↑
Namelib
is a Ruby fork of NameCase, a library for converting denormalized names to be properly cased.
Example Usage¶ ↑
Namelib("RON BURGUNDY") # => Ron Burgundy Namelib("MCDONALDS") # => McDonalds
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 © Mark Summerfield 1998-2002. All Rights Reserved
Ruby version: Copyright © Aaron Patterson 2006-2015
Ruby fork: Copyright © Gaspard d'Hautefeuille 2017
License¶ ↑
Namelib
is distributed under the GPL v2 license. Please see the LICENSE file.