Help for this page

Select Code to Download


  1. or download this
    if (/\<img src=(???)-disclose.gif(.*)\>/i) {
             $_ = "";
    
  2. or download this
    lc; #Much more efficient than having the regex do it
    s/\<img\s*src\s*=[^->]-disclose.gif[^>]*>//g; 
    #more effecient to use a substitution
    
  3. or download this
    (.*)\>