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
To find the literal character ], use \].
To match a character set, enter the missing bracket ].
See Also
Reference
Regular Expressions (Visual Studio)