Click here to Skip to main content
15,913,941 members

Comments by Sovan Kumar Das (Top 7 by date)

Sovan Kumar Das 20-Sep-12 7:42am View    
Yes, both the options are there. But I wanted to make it easy(to me:)).
Sovan Kumar Das 3-Feb-12 1:37am View    
Hi Andi,
The result is what I want, with some performance issues. Like your approach. I am working on this to get going.
Thank you a trillion..
Sovan Kumar Das 3-Feb-12 1:24am View    
Hi TRK3,
Thank you a trillion..
I wanted this kind of suggestions..
Like it.
Sovan Kumar Das 2-Feb-12 4:57am View    
Thanks a lot Andi.
Sovan Kumar Das 2-Feb-12 1:48am View    
It's a small part of my project. I made it manually but later I thought whether there is any approach for the problem to solve it through regex. I was thinking for comments and suggestions from you guys. That's why I posted here.
BTW Thanks a lot.
I just want the simplest but efficient solution for the problem. The file is generated by some code. And it should not contain any nested braces and if contains then it is supposed to be a mistake which may happen by the time of creation of the file. So in that case the solution is that put a closing brace at the specified place because there will never be a closing brace for the opening brace which contains the nested brace.