Grouped expression is missing ')'.

 

This error generally occurs when an opening parenthesis, (, has been specified but the closing parenthesis, ), has been omitted in a find string.

To correct this error

  1. To search for the literal character (, use \(.

  2. To group an expression, enter the missing ).

See Also

Using Regular Expressions in Visual Studio
NIB: Find and Replace, Quick Find
Find in Files
Finding and Replacing Text