sourcegraph / zoekt

Fast trigram based code search
Apache License 2.0
736 stars 83 forks source link

Honor regex flags for case-sensitivity #767

Closed mmanela closed 6 months ago

mmanela commented 6 months ago

When investigating the issue in lang matching I debugged and saw it was failing here since the regex had case-insensitivity set but was not honored in this code. Create a PR just to discuss. Would need confirmation and unit tests before ever moving forward