I have string in this form
"[1425]", "[[12545]]", "2423", "((125))", "[[[1543]]]", "(1432)"
I tried the solutions in the link, but it is not working for this case. I need
"[1425]", "[12545]", "2423", "(125)", "[1543]", "(1432)"
ie. remove the multiples of bracket present.