/ Published in: Regular Expression
Expand |
Embed | Plain Text
\< *[img][^\>]*[src] *= *[\"\']{0,1}([^\"\'\ >]*)
Comments
Subscribe to comments
You need to login to post a comment.
albertomori on 02/11/09
4 people have marked this snippet as a favorite
vali29
Meander365
Tyster
wirenaught
\< *[img][^\>]*[src] *= *[\"\']{0,1}([^\"\'\ >]*)
Subscribe to comments
You need to login to post a comment.
it's more reliable to use HTML/XML parser, like Perl's HTML::Parser module