Character set is missing ']'.

 

This error generally occurs when the closing bracket (]) is missing for a regular expression specified in a find or replace string.

To correct this error

  1. To find the literal character ], use \].

  2. To match a character set, enter the missing bracket ].

See Also

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