in reply to Re: Regex For HTML Image Tags?
in thread Regex For HTML Image Tags?
short explanation:$html=~s/<IMG[^>]+?(?:ALT="([^"]*)"[^>]*)?>/"[image".((defined $1)?": +\"$1\"":"")."]"/sgei;
long explanation:
I am too lazy to write this.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re (tilly) 3: Regex For HTML Image Tags?
by tilly (Archbishop) on Mar 27, 2001 at 17:13 UTC | |
Re:{3} Regex For HTML Image Tags?
by jeroenes (Priest) on Mar 27, 2001 at 14:21 UTC | |
Re: Re: Re: Regex For HTML Image Tags?
by alfie (Pilgrim) on Mar 27, 2001 at 13:22 UTC |