tags:

views:

68

answers:

0

I have the following string

somestring =" "path- of -my -image" alt="32.246°N 115.297°W" align="left" hspace="20"

now i want only the path of the image from this string

Actually i am getting this string from webservice which will change every time as my xml parse so i can't use indexvalue can any one help me.