I have a javascript which contains something like this
var f = function(){
if(){
}else{
}
}
and I need to add ; at the end, like this
var f = function(){
if(){
}else{
}
};
I need some help to get the closing function } tag and not the } tags from inside the function. Thanks
{and}s after afunction (), with some way to ignore strings and other literals which can have just the one. – Paul S. Jan 15 at 1:10