views:

86

answers:

0

I am not Yahoo Pipes user but I do not know anything about programming. I use Yahoo Pipes to generate RSS feeds from several websites that allow me to use their feeds on my site. What I need is to clean up these sites from all the unwanted styles like this:

<div style="font-family:Tahoma, Geneva, sans-serif;font-size:12px;direction:rtl;text-align:justify;">

I also need to remove some unwanted text from the titles and the content of the feeds. I think I need to use Regex for that, but I cannot figure out how.

How should I do that in Yahoo Pipes?