i have this string
http://localhost:1209/Pages/ap-aria.aspx text: <p><img alt="" src="http://localhost:1209/ckeditor/plugins/imagebrowser/browser/Hydrangeas.jpg" style="width: 1024px; height: 768px;" />qswdqwdqweqweqe</p>
now i want get image tag.how i cant split this string that return just image tag to me ? i want get this result
<img alt="" src="http://localhost:1209/ckeditor/plugins/imagebrowser/browser/Hydrangeas.jpg" style="width: 1024px; height: 768px;" />
thank's for your help