1Moose::Autobox::String(U3s)er Contributed Perl DocumentatMiooonse::Autobox::String(3)
2
3
4

NAME

6       Moose::Autobox::String - the String role
7

SYNOPOSIS

9         use Moose::Autobox;
10
11         "Hello World"->uc; # HELLO WORLD
12

DESCRIPTION

14       This is a role to describes a String value.
15

METHODS

17       chomp
18       chop
19       index
20       lc
21       lcfirst
22       length
23       reverse
24       rindex
25       uc
26       ucfirst
27       split
28             $string->split($pattern);
29
30       words
31           This is equivalent to splitting on space.
32
33       lines
34           This is equivalent to splitting on linelines.
35
36       meta
37

BUGS

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

AUTHOR

44       Stevan Little <stevan@iinteractive.com>
45
47       Copyright 2006-2008 by Infinity Interactive, Inc.
48
49       <http://www.iinteractive.com>
50
51       This library is free software; you can redistribute it and/or modify it
52       under the same terms as Perl itself.
53
54
55
56perl v5.12.2                      2010-04-23         Moose::Autobox::String(3)
Impressum