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

Re: Unicode and Regexps: convert or am I missing something?

by thundergnat (Deacon)
on Jun 02, 2005 at 00:24 UTC ( [id://462710]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    use Encode;
    
    my $string;
    
    Encode::from_to($string, 'utf-16', 'utf-8');
    
  2. or download this
    my @digets = $string =~ /\p{Digit}+/g;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (6)
As of 2024-04-23 17:43 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found