anyone comfortable with yahoo pipes regex???

chander

Registered Member
Joined
Jul 6, 2011
Messages
99
Reaction score
5
anybody here comfortable with yahoo pipes regex module...
i am using yahoo pipes for news feed below, after the title there is line with posted date, how can i remove that using regex

Code:
h**ttp://feeds.feedburner.com/testyahoopipe
 
no response from anyone??:(
 
it should be something like this

item.title replace ../../.. with (blank)

for (blank), don't put anything there. use that if the date has a 2 digit day, month and year. if the values change, add another line with the same thing put put more periods so that regex can recognize the pattern of your date.
 
Last edited:
Back
Top