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

Feature Request: Add option for regex search and replace #22

Open
m-rey opened this issue Jun 1, 2021 · 2 comments
Open

Feature Request: Add option for regex search and replace #22

m-rey opened this issue Jun 1, 2021 · 2 comments

Comments

@m-rey
Copy link

m-rey commented Jun 1, 2021

The current search and replace functionality helps a lot when translating some strings. It would be even more powerful if users could further specify search queries using regular expressions.

This would be very useful, for example when you want to replace whole words, but not words that merely contain the search string:

Regex often offers \b as an option to delimit strings as words. The regular expression \bexam\b would therefore find a match in custom exam questions:, but not in see this example:.

I'm sure that also offering a regex search for the search-and-replace feature would have even more use cases than the one I've described. Users with regex knowledge could greatly profit from it and refine their search results to those that they've envisioned.

@sunilpaulmathew
Copy link
Owner

@m-rey
Probably I'm stupid, but I can't understand the real point in this issue? Can I have a more simplified example. The, definitely, I'll have a look. And, extremely sorry for the delayed response. Thank you.

@faisal8048003
Copy link

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

3 participants