Community
    • Login

    Search Syntax?

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    3 Posts 3 Posters 1.0k Views
    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.
    • schidanS Offline
      schidan
      last edited by

      Hello together,

      how do I search for: =42= in a document?
      But I want to replace the two numbers with wildcards, so I can find all possible combinations of numbers.

      Thanks, schidan

      EkopalypseE Alan KilbornA 2 Replies Last reply Reply Quote 0
      • EkopalypseE Offline
        Ekopalypse @schidan
        last edited by

        @schidan

        by using regular expression search and replacing the number by \d+

        1 Reply Last reply Reply Quote 2
        • Alan KilbornA Offline
          Alan Kilborn @schidan
          last edited by

          @schidan

          If you want to restrict the matches to two numbers between pairs of = then I would suggest:

          find: =\d\d(?==)

          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