Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    $input =~ s/”/”/gi;
    $input =~ s/’/’/gi;
    print "processed input: $input\n";
    
  2. or download this
    input: <b></b>Officially called <>“events,&rdq
    +uo;</a> as "never events"
    processed input: <b></b>Officially called <>“e
    +vents,”</a> as "never events"