Help for this page

Select Code to Download


  1. or download this
        $input=~ tr/\"//;
        $input=~ tr/\'//;
    
  2. or download this
        $input=~ tr/"//d;
        $input=~ tr/'//d;