Notepad ++ regular expression
        Posted  
        
            by 
                arvindwill
            
        on Super User
        
        See other posts from Super User
        
            or by arvindwill
        
        
        
        Published on 2012-09-29T21:06:54Z
        Indexed on 
            2012/09/29
            21:40 UTC
        
        
        Read the original article
        Hit count: 227
        
have javascript file will millions of lines. The problem is IE dont support ','(comma) followed by '}'(curly close bracket)
by using notepadd++ need to find all the comma which is followed by curly close bracket. So regular expression \,.*\} works. but the problem between the comma and close bracket many tab space or newline or linefeed can be there . cant able to provide the newline with spaces in regular expression. like below one
somestring,
    }
        © Super User or respective owner