Help for this page

Select Code to Download


  1. or download this
    cat file.txt | perl -pe 's/\"[^[\'\`]/"`/g'
    
  2. or download this
    $ perl -pe "s/\"([^'\`])/'\$1/g"
    This is "an example", but "`this not"'.
    This is 'an example', but "`this not"'.