Hello all, I am looking to loop through an HTML file line by line and write out the contents of the line minus any image tags to another file. (This is to create PDA friendly versions of our webpages). I usually use something like this to remove certain characters (like in this case any " characters)from a line
$_ =~ s/\"//g; Does anyone have a reg-ex out there that will remove anything from a "<IMG SRC" or "<img src" string to the next occurance of ">" ? Thank you very much, bgibson _______________________________________________ Perl-Win32-Users mailing list [EMAIL PROTECTED] To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs