emacs: is there a way to specify a case-insensitive search in a regexp?
        Posted  
        
            by Cheeso
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Cheeso
        
        
        
        Published on 2010-05-31T15:29:40Z
        Indexed on 
            2010/05/31
            15:33 UTC
        
        
        Read the original article
        Hit count: 195
        
In Javascript, I just need to append a i to the regexp to make it case-insensitive.  In .NET, I use a RegexOption.CaseInsensitive. 
I know about case-fold-search.  What I want is to specify that behavior in the regex itself. Possible? 
© Stack Overflow or respective owner