Moose::Autobox::String - the String role


Moose-Autobox documentation  | view source Contained in the Moose-Autobox distribution.

Index


NAME

Top

Moose::Autobox::String - the String role

SYNOPOSIS

Top

  use Moose::Autobox;

  "Hello World"->uc; # HELLO WORLD

DESCRIPTION

Top

This is a role to describes a String value.

METHODS

Top

chomp
chop
index
lc
lcfirst
length
reverse
rindex
uc
ucfirst
split
  $string->split($pattern);

words

This is equivalent to splitting on space.

lines

This is equivalent to splitting on linelines.

meta

BUGS

Top

All complex software has bugs lurking in it, and this module is no exception. If you find a bug please either email me, or add the bug to cpan-RT.

AUTHOR

Top

Stevan Little <stevan@iinteractive.com>

COPYRIGHT AND LICENSE

Top


Moose-Autobox documentation  | view source Contained in the Moose-Autobox distribution.