Is there a method to find a pattern with specific characteristics within a string?
I need to look at a string and if any of the parts contains a (xxxxxxx)
delete it, the problem is that what is inside the parentheses can be variable but will always have the same length, that is, if what is inside the parenthesis has 7 characters I want to eliminate but if not, keep it as is.