Hi all,
I have a response from api. I am html encoding it and want to pick required info. Here is response:
Request Submitted
http://xczxc
and when i html encode it
I get smething like
<p><HTML>
<Title>
Request Submitted
</Title>
<body>
<p>
Request Submitted
</p>
<a href=javascript.history.go(-1)> Continue </a>
</body>
<HTML></p>
I wan to get following from above html
<p>
Request Submitted
</p>
It can be different based on api response. Like server busy , server dwon. invalid request. How can i do this ? Do i need to use classic as string functions ( instr, substring etc)
Please suggest me.
Regards,
Asif Hameed