in reply to Re: Re: Re: Re: Re: regex for utf-8
in thread regex for utf-8
This line in the manual I find obscure as well, though it seems it would help me if I understood it:unpack TEMPLATE,EXPR unpack does the reverse of pack: it takes a string and expands it out +into a list of values. (In scalar context, it returns merely the firs +t value produced.)
Could you explain unpack "U*"? What is the "U"? (something to do with Unicode? I listened to "Well you needn't" (angular piano music)last night in celebration of the post showing the table for converting with cp 1252sub ordinal { unpack("c",$_[0]); } # same as ord()
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: Re: Re: regex for utf-8
by Anonymous Monk on Feb 28, 2003 at 23:06 UTC |