Tagged expression is missing '}'.
This error generally occurs when an opening brace ({) has been specified but the closing brace (}) has been omitted in a find string.
To correct this error
To search for the literal character {, use \{.
To tag an expression, enter the missing }.
See Also
Reference
Regular Expressions (Visual Studio)