dazinator / DotNet.Glob

A fast globbing library for .NET / .NETStandard applications. Outperforms Regex.
MIT License
363 stars 27 forks source link

Case sensitivity option #41

Closed bernhof closed 6 years ago

bernhof commented 6 years ago

I like the project, works well so far for me. However, am missing an option to make glob case insensitive to mimic how Windows treats paths. Currently I have to make both glob pattern and file names lower case to achieve this. Seems like this could easily be baked in.

Keep up the good work!

dazinator commented 6 years ago

Good idea, case sensitivity setting could be added to GlobParseOptions

PR's for this are welcomed.