Skip to content

Are there any wildcard for ' find_string' or 'replace_string'? #959

Description

@HolgerAusB

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions