hi i have an html page as a string and in the string there are:
the string contains dynamic html so i never really know where the hyperlinks will appear. I was wonder how it can be so that each href="/ in the string is replaced with: href="
thanks,
scott the newbie
Code:
<a target="_self" href="/Archives/page/test/1234026/000123402605000004/0001234026-05-000004-index.htm">[html]</a>
the string contains dynamic html so i never really know where the hyperlinks will appear. I was wonder how it can be so that each href="/ in the string is replaced with: href="
thanks,
scott the newbie