Sign in to follow this  
Acemy

How to only find accounts in Notepad++ with an amount thats greater than x?

Recommended Posts

have like 800 hits but only want to find accounts that have more points than x. pls help ty  :kappa:

 

example: when i ctrl + f to search through accounts i only want to hit accounts that have more than 500 points.

 

account:password - Points 50

account:password - Points 100

account:password - Points 500

account:password - Points 414

account:password - Points 250

account:password - Points 952

account:password - Points 501241

Share this post


Link to post
Share on other sites

bumpbumpbumpbump

Share this post


Link to post
Share on other sites

search the number up

Share this post


Link to post
Share on other sites

Use the following regexp:

.*(?=([5-9]\d{2}|\d{4,}))

Share this post


Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Sign in to follow this