use Perl6::Str; use charnames qw(:full); my $str = Perl6::Str->new("A\N{COMBINING DIAERESIS}O"); print $str->reverse; # will print OÄ, as is DWIMmy.
In reply to Re: [RFC] How to reverse a (text) string
by moritz
in thread [RFC] How to reverse a (text) string
by moritz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |