Help for this page

Select Code to Download


  1. or download this
    s/^[\001-\017\s]{0,2}//;  # char 0 to 15 (and whitespace)
    
  2. or download this
    perl -pe 's/^[\001-\017\s]{0,2}//' infile.txt >outfile.txt