Hi,
for my next project I need to replace several strings in image-paths to get rid of text-overlays.
find_string: /xxx_news_paid/images/
replace_string: /images/
find_string: /xxx_news/images/
replace_string: /images/
find_string: /xxx_magazine_paid/images/
replace_string: /images/
find_string: /xxx_magazine/images/
replace_string: /images/
The problem is, I don't know how many categories (news, magazine, ...) there are and if all of them have a '_paid' version. I tried to use several wildcard methods but it seems there are none, or?
EDIT1:
I think there are only three categories on this site (#960) site, so only six replace_string. But it would be interesting, if wildcard replacing is possible
Hi,
for my next project I need to replace several strings in image-paths to get rid of text-overlays.
The problem is, I don't know how many categories (news, magazine, ...) there are and if all of them have a '_paid' version. I tried to use several wildcard methods but it seems there are none, or?
EDIT1:
I think there are only three categories on this site (#960) site, so only six replace_string. But it would be interesting, if wildcard replacing is possible