Help for this page

Select Code to Download


  1. or download this
    use constant APOSTROPHE =>  "\xE2\x80\x99" ;
    my $string = "...";
    $string =~ s/(?{{ APOSTROPHE }})/'/ ;