Help for this page

Select Code to Download


  1. or download this
    while ($test =~ m!\[img\]([^\[]+)\[\/img\]!g) {
       print "$1 \n";
    }
    
  2. or download this
    while ($test =~ m!\[img\]((?:[^\[]+|\[[^i]|\[i[^m]|\[im[^g]|...)+\[\/i
    +mg\]!g) {
       print "$1 \n";
    }