Help for this page

Select Code to Download


  1. or download this
    $html =~ s/<IMG[^>]+?(?:ALT="([^"]*)"[^>]*)>/[image: "$1"]/sgi;
    
  2. or download this
    <img foo><img alt="bar">
    [image: ""][image: "bar"]
    
  3. or download this
    $html =~ s/\[image: ""\]/[image]/g;