Hi,
I am working hard to get solution for some reg expressions for yahoo pipes.
1) reg expression to remove all the empty tags from the feed html. The tags can be anything like <div></div>,<span></span>,<div id=""someid></div>,<div class="someclass"></div> etc.
2) reg expression to remove certain tag and all the content within it. e.g. <noscript>test test <a></a></noscript>, here I want to remove <noscript> tag and all the content from it.
Please help frinds.
I am working hard to get solution for some reg expressions for yahoo pipes.
1) reg expression to remove all the empty tags from the feed html. The tags can be anything like <div></div>,<span></span>,<div id=""someid></div>,<div class="someclass"></div> etc.
2) reg expression to remove certain tag and all the content within it. e.g. <noscript>test test <a></a></noscript>, here I want to remove <noscript> tag and all the content from it.
Please help frinds.