I want to replace
'this is my string (anything within brackets)'
with
'this is my string '
a concrete sample would be:
'Blue Wire Connectors (35-Pack)'
should be replaced with
'Blue Wire Connectors '
can anyone suggest how to build this regex in python?