G
Georg Daniel Vassilopulos
Hello!
I have a lot of html files and I would like to get all image filenames.
The problem is it is not always valid xml.
So I have to use regexps.
The imagetags can be following format:
<img src="/images/pic1.png">
or
<img src='/images/pic1.png'>
the images can be *.png *.gif *.jpg *.bmp
What is the regexp of choice?
Can anyone help?
Thanks a lot!
Georg
(e-mail address removed)
I have a lot of html files and I would like to get all image filenames.
The problem is it is not always valid xml.
So I have to use regexps.
The imagetags can be following format:
<img src="/images/pic1.png">
or
<img src='/images/pic1.png'>
the images can be *.png *.gif *.jpg *.bmp
What is the regexp of choice?
Can anyone help?
Thanks a lot!
Georg
(e-mail address removed)