Community
    • Login

    How to count the occurrences of multiple numbers(specific not random) in a text file?

    Scheduled Pinned Locked Moved General Discussion
    2 Posts 2 Posters 614 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.
    • Rehan BabarR
      Rehan Babar
      last edited by

      Want to check how many times 855834693 & 855834706 repeated in a file?
      these 2 numbers appeared multiple times in a file and I want their combined count.
      Do you think it is possible?

      Terry RT 1 Reply Last reply Reply Quote 0
      • Terry RT
        Terry R @Rehan Babar
        last edited by

        @Rehan-Babar
        It is possible. You need to use a regular expression (regex) in the Find window and have search mode set to “regular expression”.
        Find what:855834693|855834706

        Press the count button.

        This regex uses alternation, that’s the pipe character between the numbers to say either number will count as 1.

        Terry

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