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

Reference

Regular Expressions (Visual Studio)

Quick Find, Find and Replace Window

Find in Files, Find and Replace Window