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

Enhance Search & Replace with RegEx #5541

Open
ilocit opened this issue Feb 28, 2021 · 2 comments
Open

Enhance Search & Replace with RegEx #5541

ilocit opened this issue Feb 28, 2021 · 2 comments
Labels
backlog This is not on the Weblate roadmap for now. Can be prioritized by sponsorship. enhancement Adding or requesting a new feature.

Comments

@ilocit
Copy link
Contributor

ilocit commented Feb 28, 2021

It would be fantastic if the Search and Replace feature was not only a simple substring S&R but would also take RegEx (r"....") as Search input, ideally also Replace with $1 etc.
image

Like

Search: r"([A-Z]+\w*)"
Replace: \L$0

image

(Replacing all CAP with lower; just as an example)

@nijel nijel added backlog This is not on the Weblate roadmap for now. Can be prioritized by sponsorship. enhancement Adding or requesting a new feature. labels Feb 28, 2021
@nijel
Copy link
Member

nijel commented Feb 28, 2021

Related to #4022 and #4108

@github-actions
Copy link

This issue has been added to the backlog. It is not scheduled on the Weblate roadmap, but it eventually might be implemented. In case you need this feature soon, please consider helping or push it by funding the development.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog This is not on the Weblate roadmap for now. Can be prioritized by sponsorship. enhancement Adding or requesting a new feature.
Projects
None yet
Development

No branches or pull requests

2 participants