Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

How to reverse a (Unicode) string

by moritz (Cardinal)
on Jan 09, 2008 at 21:24 UTC ( [id://661510]=perltutorial: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    use strict;
    use warnings;
    
    print scalar reverse "\noäu";
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    print scalar reverse "\noäu";
    __END__
    uäo
    
  3. or download this
    #!/usr/bin/perl
    use strict;
    ...
    \N[LATIN CAPITAL LETTER A]\N[COMBINING DIAERESIS]
    \N[COMBINING DIAERESIS]\N[LATIN CAPITAL LETTER A]
    ÖA
    
  4. or download this
    #!/usr/bin/perl
    use strict;
    ...
    \N[LATIN CAPITAL LETTER A]\N[COMBINING DIAERESIS]\N[LATIN CAPITAL LETT
    +ER O]
    \N[LATIN CAPITAL LETTER O]\N[LATIN CAPITAL LETTER A]\N[COMBINING DIAER
    +ESIS]
    OÄ
    

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: perltutorial [id://661510]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others having a coffee break in the Monastery: (7)
As of 2024-03-29 12:51 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found