Delete words in brackets

Hello, what expression should I use to remove the words in brackets and square brackets please?

Example
Current: San Francisco (August 1995) Summer 95
New: San Francisco Summer 95

Thanks :-)
Reply to #1:
Hi.
Use the Replace method.

Text to replace: (*) ------- Add a space before the bracket (

Replace with: let it empty

Miguel