Re: Block <img> tags

  •  01-12-2009, 10:53 AM

    Re: Block <img> tags

    OK, so I changed it to:
     

    return code.replace(/(<img[^\>]*\>)([\s\S]*)(\<\/\>)/i, "$2");

     and still the same.  Would you happen to know what would be the right Regular Expression?
     
    Thanks
View Complete Thread