autobox::String::Inflector - Rails like String Inflector


autobox-String-Inflector documentation  | view source Contained in the autobox-String-Inflector distribution.

Index


NAME

Top

autobox::String::Inflector - Rails like String Inflector

SYNOPSIS

Top

  use autobox::String::Inflector;

  print 'users'->singularize->camelize; # User

  print 'Entry'->decamelize->pluralize; # entries

DESCRIPTION

Top

autobox::String::Inflector is Rails like String Inflector.

AUTHOR

Top

Ryuta Kamizono <kamipo@gmail.com>

SEE ALSO

Top

LICENSE

Top

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.