Closed (fixed)
Project:
Feeds Tamper
Version:
6.x-1.0-beta2
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Reporter:
Created:
11 Jun 2011 at 18:00 UTC
Updated:
11 Aug 2011 at 05:21 UTC
I will have a url that will be domain.com/g/c/Somefolder/
I want to replace that with mydomain/site/files/
Can seem to figure our the wildcard for the Some folder..
Comments
Comment #1
twistor commentedAre you talking about something like:
REGEX:
/domain.com\/g\/c\/[^/]+?\/(.*)/Replacement pattern:
mydomain/site/files/$1