Strips out any number of symmetric containing parens from a string, for example ((0)) becomes 0 and ('Active') becomes 'Active'
Strips out any number of symmetric containing parens from a string, for example ((0)) becomes 0 and ('Active') becomes 'Active'