I am trying to figure out the syntax for this. But the going is slow because I don't really know what I am doing and am figuring it out by trial and error. What I need to do is insert "v-print/" within a url. For example, here is a typical article from the Sacramento Bee rss feed:
http://www.sacbee.com/2011/04/09/354...i_rss=Business
I need to automatically insert "v-print/" like so:
http://www.sacbee.com/2011/04/09/v-p...education.html
It doesn't appear to matter whether "#mi_rss=Business" appears at the end.
The url includes the date, so a simple replace won't work. I tried doing it with wildcards, but it hasn't worked so far.
Do any of you know a simple way to do this?
Thanks.