Community
    • Login

    find missing closing brackets

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    2 Posts 2 Posters 1.8k Views 2 Watching
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • Mary CookM Offline
      Mary Cook
      last edited by

      I have found the code to search for missing closing quotation marks. Is there one to find missing closing brackets?

      PeterJonesP 1 Reply Last reply Reply Quote 0
      • PeterJonesP Offline
        PeterJones @Mary Cook
        last edited by

        @Mary-Cook ,

        It would be the same, except use \\[ or \x5B instead of the first quote (for the part where you want to match the opening bracket). And \\] or \x5D instead of the closing quote (to match the closing bracket).

        Or if you mean () for brackets, then use \( or \x28 for the opening parentheses, and \) or \x29 for the closing parentheses.

        Or if you mean {} for brackets, then use { or \x7B for the opening curly brace, and } or \x7D for the closing curly brace.

        • User Manual: Regular Expressions
        1 Reply Last reply Reply Quote 2

        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
        • First post
          Last post
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors