I would like to remove the item.description part of a twitter feed within yahoo pipes and I haven’t figured out how to do it yet.
Obviously the filter module will remove posts with that item so I’ve been trying to use Regex. I think clearing the item.description field would work well enough. Is there a Regex expression that would replace the entire string?
Basically the goal is to make a twitter post that displays only the title and publish date. Basically, the item.description field is producing redundant information.
A copy of the pipe can be found here.
Ideally you would want to use an XSLT to do this – something like this:
But since you are using Pipes, try this regular expression:
with this:
as a replacement string.