Ok so, I have a list of data. Some of them look like this "4-1/2 (114)" but some look like this
"4 (114)". I want to discard the entire item in brackets. The problem I am having however is that when I write a code to automatically remove the brackets and their contents, all of the items that...