I have a string value that will have following declared value:
<img alt="Desert.jpg" src="/PublishingImages/Lists/Images/NewForm/Desert.jpg" width="174" style="BORDER: 0px solid; ">
The value will have different src value. what I would like to do is to grab the value inside src. I was thinkin of using substring but since the value inside src can varie I dont know how to accomplish this.
This is what I need /PublishingImages/Lists/Images/NewForm/Desert.jpg
Any kind of help is appreciated.