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}/;