I've taken the suggestion of some posts here that recommend regexkit lite with a problem I am having with trying to extract a particular URL from a string. The problem is that I'm very lost with the syntax of using it and hoping someone that has used it can give me a hand.
The string i'm trying to parse looks someting like this:
<a> blah blah blah <img src="http://www.something.com/1234.jpg">
All I want to extract is only the 1234. It would be after a "/" and before ".jpg"
How would I do that?
Thanks!