Your example as shown doesn;t work: it leaves ")" characters.
And a simpler version would be:
[\s()]
which does it on a character-by-character basis.
If you are going to use Regexes, then get a copy of
Expresso[
^] - it's free, and it examines, tests, and generates Regular expressions.