Hi, everyone.
Need some help in creating a Yahoo Pipe that strips certain elements from an rss feed. To clerify: I would use the regex code on Yahoo Pipes. I presume the regex syntax is universal?
I've broken the question up to some sub-questions:
What would be the regex for removing/striping a specific html tag (has its own class)? Content
How can I strip links from linked images but keep image markup?
How can I add sequential classes to all links found in a feed item? If there are 5 links in a single feed item, they would be given classes: link001, link002, link003, link004, link005...
Due to new account limitation code examples can be found here: Using Regex in Yahoo pipes
Regex is not exactly my forte... so any help would be greatly appreciated! Thanks a lot!