Raised This Month: $51 Target: $400
 12% 

Notepad++ Searching


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
Snaggle
AlliedModders Donor
Join Date: Jul 2010
Location: England
Old 09-23-2015 , 11:53   Notepad++ Searching
Reply With Quote #1

I'm trying to find in NP++ some email addresses that show up more than 10 times in a single file. Instead of using the "Count" feature and counting each individual address 1 by 1, is there a way Notepad++ can present me a list of addresses that occur more than 10 times?

This is for investigating a log file we have.
Snaggle is offline
Neuro Toxin
Veteran Member
Join Date: Oct 2013
Location: { closing the void; }
Old 09-23-2015 , 18:18   Re: Notepad++ Searching
Reply With Quote #2

Not that I'm aware of....
__________________
Neuro Toxin is offline
nomy
Senior Member
Join Date: Dec 2009
Location: United Kingdom
Old 09-24-2015 , 15:06   Re: Notepad++ Searching
Reply With Quote #3

I had similar problem and the only way with Notepad++ was to sort the whole list using TextFX so you can easy find duplicates.
nomy is offline
KissLick
Veteran Member
Join Date: Nov 2012
Location: void
Old 09-24-2015 , 15:11   Re: Notepad++ Searching
Reply With Quote #4

I would probably try to make a npp python script for that.
Really awesome plugin and you can install it from Plugin Manager.

Something like:
  1. Load active document content
  2. regex all emails - google this
  3. put emails into dictionary (asoc. array) and count them
  4. prompt result or write result to console/new document

Last edited by KissLick; 09-24-2015 at 15:15.
KissLick is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 18:46.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode