Oddly enough I haven't found anywhere that has answer this question specificly, all the other stack overflow things I've found aren't exactly right.
I have a body text I need to search through for image urls, this doesn't mean anything complex but basically things like:
NOT
All the regex I've used will include the "MORECONTENTHERE" in the results. It's frustrating as hell. I just want the URL with nothing appended after or added on before!
Also I don't want anything that does HTML image link extracting - I'm not pulling these from HTML.
Any regex to do this?
EDIT:
So here is what I'm using as a source: http://pastebin.com/dE2s1nHz
It's HTML but I didn't want to mention that because I didn't want people to do