Hi,
Can you try the following expression?
System.Text.RegularExpressions.Regex.Replace(yourString.TrimEnd(":"c),"^\(+(.+?)\)+$","$1")
Regards,
Hi,
Can you try the following expression?
System.Text.RegularExpressions.Regex.Replace(yourString.TrimEnd(":"c),"^\(+(.+?)\)+$","$1")
Regards,