gobwas/glob

Case insensitive match?

asmaloney opened this issue · 2 comments

I asked in the lefthook project about case insensitivity and was pointed here.

Is it possible to do a case insensitive match?

calmh commented

It's easy to case fold / lowercase the pattern and match string before matching.

Ah, ok. So it's not supported in the match string somehow - it would require code changes to lefthook.

Thanks!