Re: [PHP] Help with preg_match_all regex for alt tags
- From: letssurf@xxxxxxxxx ("James Dempster")
- Date: Tue, 29 Apr 2008 20:43:37 +0100
try preg_match_all('/<img[^>]*alt="([^"]*)"/i', $subject, $result);
--
/James
On Tue, Apr 29, 2008 at 8:18 PM, Joe Harman <cjharman@xxxxxxxxx> wrote:
Hey y'all ... i am having alittle trouble with this regex for finding
ALT tags for images...
Here is my statement
--------------------------------------------------------------------------------------------------------------------------------
preg_match_all("'alt[^>]*?>.*?[^>]'si", $output, $alt_tags);
Evaluating
--------------------------------------------------------------------------------------------------------------------------------
[other html code]... <img src="images/race-parts_wheels-tires.jpg"
vspace="2" border="0" alt="Wheel & Tire Acc" /> ...[other html code]
I am currently getting
--------------------------------------------------------------------------------------------------------------------------------
alt="Wheel & Tire Acc" /><
I want this result
--------------------------------------------------------------------------------------------------------------------------------
alt="Shopping Cart"
Thanks for your help
--
Joe Harman
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
- References:
- Help with preg_match_all regex for alt tags
- From: "Joe Harman"
- Help with preg_match_all regex for alt tags
- Prev by Date: Re: [PHP] mysql_connect slowness
- Next by Date: Fun with SOAP.
- Previous by thread: Help with preg_match_all regex for alt tags
- Next by thread: Re: Help with preg_match_all regex for alt tags
- Index(es):