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

win_find - case-sensitive pattern matching #473

Open
fbecker opened this issue Feb 27, 2023 · 0 comments
Open

win_find - case-sensitive pattern matching #473

fbecker opened this issue Feb 27, 2023 · 0 comments

Comments

@fbecker
Copy link

fbecker commented Feb 27, 2023

SUMMARY

win_find uses the "-match" operator internally, which is case-insensitive. Add a switch to change that behavior ("-cmatch" is the case-sensitive version). We can default to "-match" for compatibility.

ISSUE TYPE
  • Feature Idea
COMPONENT NAME

win_find

ADDITIONAL INFORMATION

Even though we're on windows, it might still make sense to consider the case in some situations.

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

1 participant