I have a string like :
<table><tr><td>This is my string <img width="100" height="10" src="images/image.jpg"></td></tr></table>
I want to find the position of the <img tag and the position of the end of the image tag. Is this possible? How would I go about doing this?
Thanks!
Try with IndexOf in your string, example: