Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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)