In Javascript, I just need to append a i to the regexp to make it case-insensitive. In .NET, I use a RegexOptions.IgnoreCase.
I know about case-fold-search. What I want is to specify that behavior in the regex itself, as specified in an elisp program. Possible?