Re: Regular Expression to extract all .JPG and .PNG URL's
Posted by kosanovic on 10/12/07 16:02
Everybody thank you very much for your help. However I coulndn't make
work any of the examples. The output I get all the time is "Array" and
that's it.
Steve, image paths are not always in the src value but they are always
quoted.
So I thought to make it find .jpg or .png and grab the string on the
left form the " sign. How would that be in reg exp?