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

enforce case sensitivity for regex #26

Open
Irek7 opened this issue Jul 13, 2023 · 4 comments
Open

enforce case sensitivity for regex #26

Irek7 opened this issue Jul 13, 2023 · 4 comments
Assignees
Labels
enhancement New feature or request priotiry: low Low priotity

Comments

@Irek7
Copy link

Irek7 commented Jul 13, 2023

I tried to enforce case sensitivity but [S] and [s] seems to be equal for the engine. Is there any other way I can enforce that?

@Irek7 Irek7 added enhancement New feature or request priotiry: low Low priotity labels Jul 13, 2023
@DrKain
Copy link
Owner

DrKain commented Jul 13, 2023

Can you please provide an example where this would benefit from case-sensitive filters?
Lowercase matching was used because many providers were using camel case or full caps, lowercase matching ensured the filters would match even with odd capitalization.

@Irek7
Copy link
Author

Irek7 commented Jul 13, 2023

for example, someone uses quite generic name RufuS. Simple one line with it. But I can imagine that there are some ppl/places/stuff named like Rufus.

@DrKain
Copy link
Owner

DrKain commented Jul 13, 2023

Generally those would be avoided, at the very least I can look into making the user filters case-sensitive but not the main ones.

@Irek7
Copy link
Author

Irek7 commented Jul 13, 2023

Best would be switch at the end of filter:
„/RufuS/i”

Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request priotiry: low Low priotity
Projects
None yet
Development

No branches or pull requests

2 participants