Help for this page

Select Code to Download


  1. or download this
    $str = '<a>Test case 1
       <b>Test case 2
    ...
    while($str=~/<c>\s*(.*?)\s*<\/c>/){
    print $1;
    }