Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re: stuck with a \N{CHAR NAME} problem

by wind (Priest)
on May 26, 2011 at 15:13 UTC ( [id://906850]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my $cgj = "\N{COMBINING GRAPHEME JOINER}";
    my $cgj_re = qr/$cgj/xms;
    
  2. or download this
    my $cgj_re = qr/\N{COMBINING GRAPHEME JOINER}/xms;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (8)
As of 2024-04-25 11:28 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found