Remove the Parenthesis and keep with contents within

Hi,

Can you try the following expression?

System.Text.RegularExpressions.Regex.Replace(yourString.TrimEnd(":"c),"^\(+(.+?)\)+$","$1")

Regards,