Matches keyword being case-insensitive without me using the "(?i)" flag.
I am facing a (what I can only presume) bug in which the matches display filter keyword, which is supposed to work with RegEx, is being case insensitive without me using the (?i) flag. So for example, I get the same results by using the following filters: frame matches "google", and frame matches "GOOGLE", and any variation on the character cases. I tried looking it up and asking Chat GPT, but I found nothing about this topic. I don't expect this to be a feature, since RegEx is used to be super explicit about what you are looking for, so it shouldn't just throw any case-insensitive matches at you.
I hope you guys can help me and guide me on this issue, since I'm losing my mind over this!