• Login
Community
  • Login

Search Syntax?

Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
3 Posts 3 Posters 739 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.
  • S
    schidan
    last edited by Oct 20, 2020, 10:52 AM

    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

    E A 2 Replies Last reply Oct 20, 2020, 11:23 AM Reply Quote 0
    • E
      Ekopalypse @schidan
      last edited by Oct 20, 2020, 11:23 AM

      @schidan

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

      1 Reply Last reply Reply Quote 2
      • A
        Alan Kilborn @schidan
        last edited by Oct 20, 2020, 11:59 AM

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