To match a parenthisis, you need to escape the paren with a backslash:'\('. But since you're using double quotes (which will automaticaly interpolate backslashes), you need to double them:"\\(".
Comment on Re: How do I search strings with parenthisis