Hello,
I have noticed an issue in my local machine and wanted to open a PR but I thought it's better to confirm this with you guys first.
I'm using MariaDB and tried to use iregex but noticed that it doesn't work at all. After adding `(?i)` to the beginning of the regex, I managed to filter the results in a case-insensitive way.
I'm using:
mysql Ver 15.1 Distrib 10.2.10-MariaDB, for debian-linux-gnu (x86_64) using readline 5.2
Let me know what you think. I can open a PR.
Thanks