Help for this page

Select Code to Download


  1. or download this
    my $test = qq|
    sdfiojs pfojsdfs fs [img]sdj fpsdofj spojf sfsf [b] [img]http://www.te
    +st.com/image.gif[/img] dfs fs
    ...
    c:\test>junk
    http://www.test.com/image.gif
    test.gif
    
  2. or download this
    while ($test =~ /\[img\]([^\[\]]+?)\[\/img\]/g) {
       print "$1 \n";
    }