Help for this page

Select Code to Download


  1. or download this
    perl -0pe 's/(.*?\n*?([^ \n].*?)\n\n.*|.*?\n([^ \n].*?)\n\n.*)/$1/gs' 
    +file.txt
    
  2. or download this
    perl -0pe 's/(?|.*?\n*?([^ \n].*?)\n\n.*|.*?\n([^ \n].*?)\n\n.*)/$1/gs
    +' file.txt
    
  3. or download this
    perl -0pe 's/.*?\n([^ \n].*?)\n\n.*/$1/gs' file.txt