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

how do you do case insensitive glob? #72

Open
SUCM opened this issue Jun 13, 2021 · 0 comments
Open

how do you do case insensitive glob? #72

SUCM opened this issue Jun 13, 2021 · 0 comments

Comments

@SUCM
Copy link

SUCM commented Jun 13, 2021

is it possible to do case insensitive match?

trying to match files with jpg extension on Windows OS, but some camera named all files with all cap letters (ex. DC1002.JPG, DCS1000.JPEG) causing glob to not match them. would be good if I can just use My Pictures/**/*.{jpg,png,jpeg} instead of My Pictures/**/*.{jpg,JPG,png,PNG,jpeg,JPEG} plus whatever uppercase and lower case variants the different (brands, models...etc) camera use

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