find missing closing brackets
-
I have found the code to search for missing closing quotation marks. Is there one to find missing closing brackets?
-
It would be the same, except use
\\[or\x5Binstead of the first quote (for the part where you want to match the opening bracket). And\\]or\x5Dinstead of the closing quote (to match the closing bracket).Or if you mean
()for brackets, then use\(or\x28for the opening parentheses, and\)or\x29for the closing parentheses.Or if you mean
{}for brackets, then use{or\x7Bfor the opening curly brace, and}or\x7Dfor the closing curly brace.
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login