Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re: Regexp \N{name}

by Anonyrnous Monk (Hermit)
on Feb 03, 2011 at 10:35 UTC ( [id://885958]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    #!/usr//bin/perl -wl
    use strict;
    ...
    my $string = "foo \N{COPYRIGHT SIGN} bar";
    
    print "matched" if $string =~ /\N{COPYRIGHT SIGN}/;
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (2)
As of 2025-03-16 23:26 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?
    When you first encountered Perl, which feature amazed you the most?










    Results (54 votes). Check out past polls.