11-03-2010, 09:25 PM
|
#4 (permalink)
|
|
The Acquainted
Join Date: Nov 2007
Posts: 166
Thanks: 0
|
A regular expression would work as well.
#<img.+src=(?:"|')(.*?)(?:"|').+/>#i
I haven't fully tested but that should match only in image tags and " or ' could be used.
__________________
Eric
|
|
|
|