Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    $string =~ s/”//g;
    
    dd $string;
    
  2. or download this
    C:/Strawberry/perl/bin\perl.exe -w d:/tmp/pm/replace_quotes.pl 
    "copied from a web page looking like this: \xE2\x80\x9CTest.\xE2\x80\x
    +9D "
    "copied from a web page looking like this: Test. "
    
  3. or download this
    C:/Strawberry/perl/bin\perl.exe -w d:/tmp/pm/replace_quotes.pl 
    "copied from a web page looking like this: \x{201C}Test.\x{201D} "
    "copied from a web page looking like this: Test. "