You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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
COMPONENT NAME
win_find
ADDITIONAL INFORMATION
Even though we're on windows, it might still make sense to consider the case in some situations.
The text was updated successfully, but these errors were encountered: