Community
    • Login

    I'm trying to find specific numbers.

    Scheduled Pinned Locked Moved Help wanted · · · – – – · · ·
    2 Posts 2 Posters 127 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.
    • logi techL
      logi tech
      last edited by

      What If I wanted to search for a specific number for example : 3XXXXX5849
      XXX are Unknown digit numbers and the length is 10 numbers in total.
      thanks for help in advance.

      Mark OlsonM 1 Reply Last reply Reply Quote -1
      • Mark OlsonM
        Mark Olson @logi tech
        last edited by

        @logi-tech
        Use the Find/replace form (Search->Find... from the main menu).
        Find what: 3[0-9]{5}5849
        Search Mode: Regular Expression

        Here’s a useful reference on the regular expression I wrote. You could also use 3\d{5}5849 for the same effect.

        1 Reply Last reply Reply Quote 1
        • First post
          Last post
        The Community of users of the Notepad++ text editor.
        Powered by NodeBB | Contributors