in reply to Re: In HTML , I Want to process only Data and Not tags
in thread In HTML , I Want to process only Data and Not tags

I think you mean to suggest something like:
s/>[^>]+</.../
But in general it's not a good idea to try to roll your own HTML or XML parsing solution when there are plenty of good ones out there.