Help for this page

Select Code to Download


  1. or download this
    perl -0777 -ne 'print "$1\n" while(/<b>((.|\n|\r|)*?)<\/b>/gm);' test.
    +html
    
  2. or download this
    perl -0777 -ne 'print "$1\n" while(/<b\b.*?>((.|\n|\r|)*?)<\/b>/gm);' 
    +test.html