Notepad ++ regular expression
- by arvindwill
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,
}