Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
HolgerAusB opened this issue Mar 26, 2022 · 1 comment
Open

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

HolgerAusB opened this issue Mar 26, 2022 · 1 comment

Comments

@HolgerAusB
Copy link
Collaborator

HolgerAusB commented Mar 26, 2022

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

@FSpark
Copy link

FSpark commented Apr 6, 2022

Same question, I even need regular expressions in the project I want to complete...
If this could be supported, more things could be done!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants