Hi All,
I have a string like this
<H1>Main Page:<BR><BR></H1>
I need a way to remove <BR><BR> tags within my <H1></H1>,but keep the text(Main Page:).Some times there might be <a> tags and <IMG> tags within my <H1></H1>.
Can some one give me a Regexp for it.
Please give me a solution.
Thanks.
