1Moose::Autobox::String(U3s)er Contributed Perl DocumentatMiooonse::Autobox::String(3)
2
3
4
6 Moose::Autobox::String - the String role
7
9 version 0.16
10
12 use Moose::Autobox;
13
14 "Hello World"->uc; # HELLO WORLD
15
17 This is a role to describes a String value.
18
20 "chomp"
21 "chop"
22 "index"
23 "lc"
24 "lcfirst"
25 "length"
26 "reverse"
27 "rindex"
28 "uc"
29 "ucfirst"
30 "split"
31 $string->split($pattern);
32
33 "words"
34 This is equivalent to splitting on space.
35
36 "lines"
37 This is equivalent to splitting on newlines.
38
39 "meta"
40
42 Bugs may be submitted through the RT bug tracker
43 <https://rt.cpan.org/Public/Dist/Display.html?Name=Moose-Autobox> (or
44 bug-Moose-Autobox@rt.cpan.org <mailto:bug-Moose-Autobox@rt.cpan.org>).
45
46 There is also a mailing list available for users of this distribution,
47 at <http://lists.perl.org/list/moose.html>.
48
49 There is also an irc channel available for users of this distribution,
50 at "#moose" on "irc.perl.org" <irc://irc.perl.org/#moose>.
51
53 Stevan Little <stevan.little@iinteractive.com>
54
56 This software is copyright (c) 2006 by Infinity Interactive, Inc.
57
58 This is free software; you can redistribute it and/or modify it under
59 the same terms as the Perl 5 programming language system itself.
60
61
62
63perl v5.34.0 2022-01-21 Moose::Autobox::String(3)