url - Yahoo Pipes Using Regex to change link -
Hi, I'm fairly new to regex. I can do some basic functions, but this is having trouble with. I need to change the link in the RSS feed.
I have a URL like this:
And to change it on an updated site:
From where only the thing changed / Search / Propoditor Espx / Property Dupet /
, I do not have access to the original RSS feed or I will change it there, so I have to use it pipe. Please, thank you!
Use regex controls.
In this, specify the domain name of the node (prefixed with "item") within the "In" field. "Replacement" field type
(. *) // Search // PropDetail / .aspx
and "with" field type to use: < / P>
$ 1 // propertydetail //.*
I have participated in the field with '/' character. However, I am not sure you '. * 'Need to do this before leaving it. Some tests and errors may be required.
Hope this will achieve your desired result.