| autobox-String-Inflector documentation | view source | Contained in the autobox-String-Inflector distribution. |
autobox::String::Inflector - Rails like String Inflector
use autobox::String::Inflector; print 'users'->singularize->camelize; # User print 'Entry'->decamelize->pluralize; # entries
autobox::String::Inflector is Rails like String Inflector.
Ryuta Kamizono <kamipo@gmail.com>
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself.
| autobox-String-Inflector documentation | view source | Contained in the autobox-String-Inflector distribution. |