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
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
The text was updated successfully, but these errors were encountered:
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 ofMy Pictures/**/*.{jpg,JPG,png,PNG,jpeg,JPEG}
plus whatever uppercase and lower case variants the different (brands, models...etc) camera useThe text was updated successfully, but these errors were encountered: