1. Case insensitivity already exists using the i modifier, the same as regex works in all PCRE implementations (that I'm aware of).
ie.
A case insensitive version of $regex(mOo, [color:blue]/o/)[/color] would be $regex(mOo, [color:blue]/o/i)[/color].


Spelling mistakes, grammatical errors, and stupid comments are intentional.