Help for this page

Select Code to Download


  1. or download this
    perl -CS -pe 'tr{\x{422}}{T}' file.xml > fixed.file.xml
    
  2. or download this
    perl -0777 -pe 's{</?REF[^>]*>}{}g' file.xml > noref.file.xml